| blib/lib/Test/Spelling/Stopwords.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 27 | 3.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 392 | 1 | 0 | 0 | $? == 0 && $out =~ /aspell/i |
| 448 | 0 | 0 | 0 | -d $_ and $_prune{$_} |
| 449 | 0 | 0 | 0 | -f $_ and /$SOURCE_RE/ |
| 474 | 0 | 0 | 0 | -d $_ and $_prune{$_} |
| 475 | 0 | 0 | 0 | -f $_ and /$SOURCE_RE/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 362 | 0 | 0 | 0 | $stopwords //= _load_stopwords() |
| 363 | 0 | 0 | 0 | $test_name //= "POD spelling: $file" |
| 387 | 0 | 0 | 0 | $ENV{'ASPELL_CMD'} || "aspell list -l $_config{'lang'} --run-together" |
| 428 | 0 | 0 | 0 | /^#/ or /^\s*$/ |