line |
!l |
l&&!r |
l&&r |
condition |
231
|
0 |
0 |
2 |
$tot->{'bad'} == 0 && ($tot->{'max'} || $tot->{'skipped'}) |
383
|
1 |
50 |
7 |
$test{'max'} and $test{'skipped'} + $test{'bonus'} |
|
0 |
0 |
1 |
defined $test{'skip_all'} and length $test{'skip_all'} |
436
|
0 |
0 |
0 |
@{$test{'failed'};} and $test{'max'} |
525
|
58 |
0 |
0 |
-t STDOUT and not $ENV{'HARNESS_NOTTY'} |
|
58 |
0 |
0 |
-t STDOUT and not $ENV{'HARNESS_NOTTY'} and not $Test::Harness::Verbose |
644
|
58 |
0 |
0 |
$totals->{'seen'} and $totals->{'max'} < $totals->{'seen'} |
741
|
0 |
0 |
0 |
$test->{'next'} == $test->{'max'} + 1 and not @{$test->{'failed'};} |