Condition Coverage

blib/lib/Test/BrewBuild.pm
Criterion Covered Total %
condition 3 21 14.2


and 3 conditions

line !l l&&!r l&&r condition
366 0 0 0 $result =~ /Successfully tested / and not $result =~ /FAIL/
432 0 0 0 -f $_ and $_ =~ /\.pm$/
463 2 3 1 not defined $legacy and defined $self->{'args'}{'legacy'}
729 0 0 0 $dist and $version
824 0 0 0 $status ne 'FAIL' and not $self->{'args'}{'save_reports'}

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 $self->is_win or $version =~ /perl/
701 0 0 0 -e 'Build.PL' or -e 'Makefile.PL'