LCOV - code coverage report

Current view
top level - src/_impl/native - _worker_runner.dart
Test
lcov.info
Date
2024-11-13
Legend
Lines
hit
not hit
Branches
taken
not taken
# not executed
HitTotalCoverage
Lines22100.0%
Functions00-
Branches00-
Each row represents a line of source code
LineBranchHitsSource code
1import '../../worker/worker_request.dart';
2import '../xplat/_worker_runner.dart';
3
4extension VmWorkerRunnerExt on WorkerRunner {
518 void handle(dynamic message) =>
618 processRequest(WorkerRequestExt.from(message));
7}
Choose Features