LCOV - code coverage report

Current view
top level - src - utils.dart
Test
lcov.info
Date
2025-03-26
Legend
Lines
hit
not hit
Branches
taken
not taken
# not executed
HitTotalCoverage
Lines11100.0%
Functions00-
Branches00-
Each row represents a line of source code
LineBranchHitsSource code
1extension HexExt on int {
212 String get hex => '0x${toRadixString(16).padLeft(8, '0')}';
3}
Choose Features