blib/lib/Novel/Robot/Parser/txt.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 2 | ref $path eq 'ARRAY' ? : |
116 | 0 | 2 | unless /\S/ |
117 | 2 | 0 | /$opt{'chapter_regex'}/m ? : |
123 | 10 | 16 | unless /\S/ |
124 | 4 | 12 | if (my($new_single_toc) = /$opt{'chapter_regex'}/m) { } |
125 | 4 | 0 | if ($single_toc =~ /\S/ and $single_content =~ /\S/s) |