Condition Coverage

blib/lib/Params/Validate/Dependencies/all_or_none_of.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
53 6 27 27 not ref $option and exists $hashref->{$option}
27 2 4 ref $option and &$option($hashref)

or 3 conditions

line l !l&&r !l&&!r condition
53 27 6 27 not ref $option and exists $hashref->{$option} or ref $option and &$option($hashref)
57 3 4 15 $count == 0 || $count == $#options + 1