| lib/Test/BDD/Cucumber/Harness/TermColor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 22 | 45.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 34 | 2 | 0 | 0 | $^O =~ /MSWin32/i and not $ENV{'ANSI_COLORS_DISABLED'} |
| 2 | 0 | 0 | $^O =~ /MSWin32/i and not $ENV{'ANSI_COLORS_DISABLED'} and not $ENV{'DISABLE_WIN32_FALLBACK'} | |
| 278 | 2 | 0 | 2 | $options->{'highlight'} and $options->{'highlights'} |
| line | l | !l | condition |
|---|---|---|---|
| 118 | 7 | 0 | $self->_themes->{$self->theme} || die('Unknown color theme [' . $self->theme . ']') |
| 136 | 1 | 0 | $feature->name || '' |
| 152 | 1 | 0 | $scenario->name || '' |
| 161 | 0 | 1 | $longest || 0 |
| 241 | 0 | 0 | $extra_indent ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 184 | 1 | 0 | 1 | $status eq "undefined" or $status eq "pending" |