Condition Coverage

blib/lib/Ordeal/Model/Parser.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
65 0 0 1 defined $sep and not ref $sep

or 2 conditions

line l !l condition
26 0 0 $blanks // ''
56 28 2 pos $$rtext // 0
249 0 0 $is_positive ||= sub ($x) { return $x > 0 unless ref $x; foreach my $i (1 .. $#$x) { return unless &$is_positive($x->[$i]); } ; return 1; }
315 0 0 pos $$rtext // 0