LCOV - code coverage report
Current view: top level - test-doubles - test_exception.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 0 3 0.0 %
Date: 2022-03-03 12:15:14 Functions: 0 0 -

          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