Condition Coverage

blib/lib/Sourcecode/Spellchecker.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
4291 0 0 7 $boundaryBefore and $boundaryAfter
4313 26 0 7 defined $misspelling and defined $misspelling

or 3 conditions

line l !l&&r !l&&!r condition
4272 12 0 3 !$before || $before =~ /[^a-z]/i || $before =~ /[a-z]/ && $match =~ /^[A-Z]/
4281 5 0 8 !$after || $after =~ /[^a-z]/i || $match =~ /[a-z]$/ && $after =~ /[A-Z]$/