blib/lib/Lingua/TokenParse.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 28 | 53.5 |
line | l | !l | condition |
---|---|---|---|
369 | 0 | 0 | warn "No lexicon cache file set\n" and return |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 0 | 2 | @_ == 1 && ref $_[0] eq 'HASH' |
361 | 2 | 2 | 1 | $file and $file eq 'lexicon_file' |
4 | 0 | 1 | $file and $file eq 'lexicon_file' and $value | |
369 | 5 | 0 | 0 | $$self{'verbose'} and not $file |
380 | 1 | 0 | 0 | $$self{'verbose'} and -e $file |
line | l | !l | condition |
---|---|---|---|
233 | 1024 | 1280 | shift @i || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
13 | 0 | 2 | 0 | ref $proto || $proto |
279 | 85 | 0 | 107 | $x or $y |
367 | 3 | 0 | 2 | $file ||= $$self{'lexicon_file'} |