Code Coverage Report
Current view: top level - test/src/commands/report/fixtures/fake_project_2/lib/src - utils.dart Hit Total Coverage
Test: lcov.info Lines: 1 1 100.00 %
Date: 2021-11-26 02:47:07.000

          Line data    Source code
       1             : /// A set of fake string utils.
       2             : extension StringUtils on String {
       3             :   /// Returns a new string with the first letter capitalized.
       4           5 :   String get capitalized => '${this[0].toUpperCase()}${substring(1)}';
       5             : }

Generated by: coverde