LCOV - code coverage report

Current view
top level - src/_impl/native - _platform.dart
Test
lcov.info
Date
2024-11-13
Legend
Lines
hit
not hit
Branches
taken
not taken
# not executed
HitTotalCoverage
Lines2366.7%
Functions00-
Branches00-
Each row represents a line of source code
LineBranchHitsSource code
1import '../../converters/cast_converter.dart';
2import '../../converters/converter.dart';
3import '../../squadron_platform_type.dart';
4
59Converter getPlatformConverter() => CastConverter.instance;
6
72SquadronPlatformType getPlatformType() => SquadronPlatformType.vm;
8
90Uri mapUrl(String url) => Uri.parse(url);
Choose Features