| blib/lib/Novel/Robot/Parser/txt.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 10 | 40.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 125 | 0 | 0 | 4 | $single_toc =~ /\S/ and $single_content =~ /\S/s |
| line | l | !l | condition |
|---|---|---|---|
| 38 | 0 | 2 | $opt{'writer'} || 'unknown' |
| 39 | 0 | 2 | $opt{'book'} || 'unknown' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 35 | 0 | 2 | 0 | $opt{'chapter_regex'} ||= get_default_chapter_regex() |