Condition Coverage

blib/lib/Test/Depends.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
39 0 0 0 ref $package and ref $package eq 'ARRAY'
42 0 0 0 @args == 1 and not ref $args[0]
0 0 0 @args == 1 and not ref $args[0] and $args[0] + 0 != 0 || $args[0] + 0 eq $args[0]
64 0 0 0 $wanted_version and ${"${package}::VERSION";}

or 3 conditions

line l !l&&r !l&&!r condition
42 0 0 0 $args[0] + 0 != 0 || $args[0] + 0 eq $args[0]