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
Hit
Total
Coverage
Lines
1
1
100.0%
Functions
0
0
-
Branches
0
0
-
Each row represents a line of source code
Line
Branch
Hits
Source code
1
extension HexExt on int {
2
12
String get hex => '0x${toRadixString(16).padLeft(8, '0')}';
3
}
Choose Features
Function coverage
Branch coverage
Legend