LCOV - code coverage report

Current view
top level - src/_impl/xplat - _time_stamp.dart
Test
lcov.info
Date
2026-02-21
Legend
Lines
hit
not hit
Branches
taken
not taken
# not executed
HitTotalCoverage
Lines44100.0%
Functions00-
Branches00-
Each row represents a line of source code
LineBranchHitsSource code
111int microsecTimeStamp([DateTime? time]) =>
232 time?.microsecondsSinceEpoch ?? DateTime.now().microsecondsSinceEpoch;
3
410DateTime? fromMicrosecTimeStamp(int? microsecs) =>
510 (microsecs == null) ? null : DateTime.fromMicrosecondsSinceEpoch(microsecs);
Choose Features