blib/lib/Test/BrewBuild.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 24 | 12.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
348 | 0 | 0 | 0 | $self->{'args'}{'on'} and @{$self->{'args'}{'on'};} == 1 |
373 | 0 | 0 | 0 | $result =~ /Successfully tested / and not $result =~ /FAIL/ |
445 | 0 | 0 | 0 | -f $_ and $_ =~ /\.pm$/ |
476 | 2 | 3 | 1 | not defined $legacy and defined $self->{'args'}{'legacy'} |
754 | 0 | 0 | 0 | $dist and $version |
849 | 0 | 0 | 0 | $status ne 'FAIL' and not $self->{'args'}{'save_reports'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | $self->is_win or $version =~ /perl/ |
726 | 0 | 0 | 0 | -e 'Build.PL' or -e 'Makefile.PL' |