blib/lib/Minecraft/SectionFilter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
45 | 12 | 12 | if ($line =~ /\A([^$section]+)/msx) |
50 | 12 | 0 | if ($line =~ /\A$section(.)/msx) |
69 | 6 | 6 | if 'text' eq $section->{'type'} |
119 | 6 | 6 | unless 'section' eq $section->{'type'} |
126 | 6 | 0 | if (exists $trt->{$code}) |
129 | 0 | 0 | if (exists $$trt{lc $code}) |