blib/lib/Parse/GutenbergRoget.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 17 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
153 | 0 | 0 | 0 | $peeked_line and not $peeked_line =~ /^\s{4}/ |
0 | 0 | 0 | $peeked_line and not $peeked_line =~ /^\s{4}/ and not $peeked_line =~ /^(?:#|%|<--)/ |
line | l | !l | condition |
---|---|---|---|
167 | 0 | 0 | $newline || '' |
176 | 0 | 0 | $line || '' |
182 | 0 | 0 | $section{$previous_section}{'subsections'} ||= [] |
229 | 0 | 0 | $$_{'text'} ||= 'UNPARSED' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
130 | 0 | 0 | 0 | $peeked_line || <$roget> |