Condition Coverage

blib/lib/Data/Predicate/Predicates.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
189 1 4 2 p_defined()->apply($val) && $val eq $str
202 3 2 3 p_is_number()->apply($val) && $val == $number
215 1 5 7 p_defined()->apply($val) && $val =~ /$regex/
228 1 4 4 p_defined()->apply($val) && index($val, $substring) > -1