Condition Coverage

blib/lib/Text/Parser/Errors.pm
Criterion Covered Total %
condition 6 6 100.0


and 3 conditions

line !l l&&!r l&&r condition
18 1 1 3 defined $_[0] && &looks_like_number($_[0])

or 3 conditions

line l !l&&r !l&&!r condition
12 1 1 15 not defined $_[0] or ref $_[0] ne ''