blib/lib/Sourcecode/Spellchecker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 16 | 81.2 |
line | true | false | branch |
---|---|---|---|
4229 | 1 | 0 | if (defined $additionalSpellings) |
4262 | 2 | 15 | unless ($match =~ /^(?:[A-Z]+|(?:[A-Z]?[a-z]+))$/) |
4276 | 2 | 13 | unless ($boundaryBefore) |
4285 | 6 | 7 | unless ($boundaryAfter) |
4291 | 7 | 0 | if $boundaryBefore and $boundaryAfter |
4300 | 0 | 1 | unless my $fileHandle = 'IO::File'->new($file, 'r') |
4310 | 5 | 33 | unless length $line |
4313 | 7 | 26 | if (defined $misspelling and defined $misspelling) |