lib/Test/BDD/Cucumber/Harness/TermColor.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 22 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 2 | 0 | 0 | $^O =~ /MSWin32/iu and not $ENV{'ANSI_COLORS_DISABLED'} |
2 | 0 | 0 | $^O =~ /MSWin32/iu and not $ENV{'ANSI_COLORS_DISABLED'} and not $ENV{'DISABLE_WIN32_FALLBACK'} | |
279 | 2 | 0 | 2 | $options->{'highlight'} and $options->{'highlights'} |
line | l | !l | condition |
---|---|---|---|
119 | 7 | 0 | $self->_themes->{$self->theme} || die('Unknown color theme [' . $self->theme . ']') |
137 | 1 | 0 | $feature->name || '' |
153 | 1 | 0 | $scenario->name || '' |
162 | 0 | 1 | $longest || 0 |
242 | 0 | 0 | $extra_indent ||= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
185 | 1 | 0 | 1 | $status eq "undefined" or $status eq "pending" |