LCOV - code coverage report

Current view
top level - src/_impl/web - _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 'package:web/web.dart' as web;
2
3import '../../worker/worker_request.dart';
4import '../xplat/_worker_runner.dart';
5import '_patch.dart';
6
7extension JsWorkerRunnerExt on WorkerRunner {
81 void handle(web.MessageEvent event) =>
91 processRequest(WorkerRequestExt.from(getMessageEventData(event)!));
10}
Choose Features