Condition Coverage

blib/lib/Text/Roman.pm
Criterion Covered Total %
condition 9 11 81.8


and 3 conditions

line !l l&&!r l&&r condition
71 242579 28336 0 $r =~ s/^$_//x and $ret += $R2A{$_}, last

or 2 conditions

line l !l condition
88 20 1 isroman() or return

or 3 conditions

line l !l&&r !l&&!r condition
46 2 0 4106 not $n =~ /^[0-9]+$/x or $n <= 0
2 1 4105 not $n =~ /^[0-9]+$/x or $n <= 0 or $n >= 4000