lib/Minecraft/SectionFilter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
46 | 12 | 12 | if ($line =~ /\A([^$section]+)/msx) |
51 | 12 | 0 | if ($line =~ /\A$section(.)/msx) |
70 | 6 | 6 | if 'text' eq $$section{'type'} |
120 | 6 | 6 | unless 'section' eq $$section{'type'} |
127 | 6 | 0 | if (exists $$trt{$code}) |
130 | 0 | 0 | if (exists $$trt{lc $code}) |