Condition Coverage

blib/lib/Text/Filter/Cooked.pm
Criterion Covered Total %
condition 10 17 58.8


and 3 conditions

line !l l&&!r l&&r condition
350 0 6 24 $self->get_ignore_empty_lines and $line =~ /\S/
353 0 21 3 $t and $line =~ /$t/
374 0 9 12 $t and $line =~ /$t/

or 2 conditions

line l !l condition
375 9 3 $pre ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
238 0 0 3 not defined $c or ref $c eq 'Regexp'
268 0 0 3 not defined $v or ref $v eq 'Regexp'