LCOV - code coverage report

Current view
top level - src/marshalers - generic_marshaler.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
1import 'squadron_marshaler.dart';
2
3/// Base class to abstract `S` in `SquadronMarshaler<T, S>`.
4abstract class GenericMarshaler<T> extends SquadronMarshaler<T, dynamic> {
514 const GenericMarshaler();
6}
Choose Features