LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : import 'package:meta/meta.dart'; 2 : 3 : @immutable 4 : abstract class BaseInstance { 5 14 : const BaseInstance(); 6 : String toCode(); 7 : } |
![]() |
Generated by: LCOV version 1.15 |