LCOV - code coverage report

Current view
top level - src/marshalers - generic_marshaler.dart
Test
lcov.info
Date
2024-11-13
Legend
Lines
hit
not hit
Branches
taken
not taken
# not executed
HitTotalCoverage
Lines010.0%
Functions00-
Branches00-
Each row represents a line of source code
LineBranchHitsSource code
1import 'squadron_marshaler.dart';
2
3/// Base class to abstract `S` in `SquadronMarshaler<T, S>`.
4abstract interface class GenericMarshaler<T>
5 implements SquadronMarshaler<T, dynamic> {
60 const GenericMarshaler();
7}
Choose Features