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
358 0 0 0 $result =~ /Successfully tested / and not $result =~ /FAIL/
424 0 0 0 -f $_ and $_ =~ /\.pm$/
455 2 3 1 not defined $legacy and defined $self->{'args'}{'legacy'}
721 0 0 0 $dist and $version
816 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/
693 0 0 0 -e 'Build.PL' or -e 'Makefile.PL'