blib/lib/Text/Pangram.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 6 | 8 | 75.0 |
line | true | false | branch |
---|---|---|---|
35 | 1 | 2 | unless $self->is_pangram |
59 | 66 | 0 | unless ($seen_all) |
60 | 64 | 2 | if (not all(sub { defined $_; } , @sighting)) { } |
70 | 2 | 0 | if ($range < $smallest_window) |