LCOV - code coverage report | ||||||||||||||||||||||
![]() | ||||||||||||||||||||||
|
||||||||||||||||||||||
![]() |
Line data Source code 1 : class TestException implements Exception { 2 : final String message; 3 0 : const TestException(this.message); 4 0 : @override 5 0 : String toString() => 'TestException: $message'; 6 : } |
![]() |
Generated by: LCOV version 1.13 |