Condition Coverage

blib/lib/Lingua/EN/Nickname.pm
Criterion Covered Total %
condition 14 24 58.3


and 3 conditions

line !l l&&!r l&&r condition
85 7 0 0 not /[a-z]/ and length $_ > 2
117 6 10 1 exists $Lingua::EN::Nickname::root{$b} and $a eq $Lingua::EN::Nickname::root{$b}
118 12 2 2 exists $Lingua::EN::Nickname::root{$a} and $b eq $Lingua::EN::Nickname::root{$a}
119 0 14 0 $regex = &nickroot($b) and $a =~ /^($regex)$/
0 7 7 $regex = &nickroot($a) and $b =~ /^($regex)$/
130 211 0 0 not /[a-z]/ and length $_ > 2

or 3 conditions

line l !l&&r !l&&!r condition
119 0 0 14 $regex = &nickroot($b) and $a =~ /^($regex)$/ or $regex = &nickroot($a) and $b =~ /^($regex)$/
123 2 0 1 nickfollow($a, $b) || nickfollow($b, $a)