| blib/lib/Pod/Wordlist.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 15 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 44 | 0 | 6 | 0 | $full_path and -e $full_path |
| 109 | 57 | 13 | 1 | $self->no_wide_chars and /[^\x00-\xFF]/ |
| 143 | 20 | 5 | 26 | $_ and $self->_is_debug |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 91 | 20 | 1 | 35 | exists $stopwords->{$word} or exists $$stopwords{lc $word} |
| 131 | 13 | 5 | 53 | $is_sigil or $is_strange |