Code Coverage Report
Current view: top level - test/src/commands/report/fixtures/fake_project_1/project/dir_2/dir_1 - file_2.dart Hit Total Coverage
Test: lcov.info Lines: 0 3 0.00 %
Date: 2021-11-07 03:59:47.000

          Line data    Source code
       1             : extension ExtendedStringList on List<String> {
       2           0 :   void printEachWithQuotes([
       3             :     String quote = '"',
       4             :   ]) {
       5           0 :     for (final str in this) {
       6           0 :       // ignore: avoid_print
       7             :       print('$quote$str$quote');
       8             :     }
       9             :   }
      10             : }

Generated by: coverde