| blib/lib/Lingua/Poetry/Haiku/Finder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 12 | 83.3 |
| line | true | false | branch |
|---|---|---|---|
| 77 | 40 | 44 | if ($part->is_word) |
| 78 | 3 | 37 | unless $lines[$current_line] |
| 79 | 6 | 34 | if ($current_line_length >= $LINE_LENGTHS[$current_line]) |
| 106 | 3 | 173 | if ($slice_syllables == $HAIKU_LENGTH) { } |
| 138 | 35 | elsif ($slice_syllables > $HAIKU_LENGTH) { } | |
| 131 | 0 | 0 | unless open my $fh, '<', $filename |