Condition Coverage

blib/lib/Text/Levenshtein.pm
Criterion Covered Total %
condition 10 12 83.3


and 3 conditions

line !l l&&!r l&&r condition
18 1 121 6 @_ > 0 and ref $_[-1] eq 'HASH'
44 1 113 140 @_ > 0 and ref $_[-1] eq 'HASH'

or 3 conditions

line l !l&&r !l&&!r condition
67 3 0 228 not $t or length $t == 0
68 5 0 223 not $s or length $s == 0