Condition Coverage

blib/lib/DBIx/dbMan.pm
Criterion Covered Total %
condition 0 41 0.0


and 3 conditions

line !l l&&!r l&&r condition
94 0 0 0 defined $main::TEST and $main::TEST
106 0 0 0 defined $main::TEST and $main::TEST
134 0 0 0 $low and $VERSION < $low
0 0 0 $high and $VERSION > $high
153 0 0 0 exists $candidates{$ident} and $candidates{$ident}{'-ver'} >= $ver
182 0 0 0 defined $ext and not $@
254 0 0 0 $_ >= 32 && $_ != 255 && $_ != 127
277 0 0 0 defined $acts and ref $acts eq 'ARRAY'
0 0 0 defined $acts and ref $acts eq 'ARRAY' and not grep({$_ eq $action{'action'};} @$acts)
283 0 0 0 $@ and not $@ =~ /^Catched signal INT/

or 2 conditions

line l !l condition
37 0 0 $ENV{'DBMAN_TRACE'} || 0

or 3 conditions

line l !l&&r !l&&!r condition
134 0 0 0 $low and $VERSION < $low or $high and $VERSION > $high
141 0 0 0 $id or $@
277 0 0 0 $@ or defined $acts and ref $acts eq 'ARRAY' and not grep({$_ eq $action{'action'};} @$acts)