lib/Template/Plugin/XML/Style.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 19 | 23 | 82.6 |
line | l | !l | condition |
---|---|---|---|
63 | 0 | 31 | $textattr ||= '' |
68 | 24 | 7 | $$config{$elem} || $$self{'_CONFIG'}{$elem} || (return "<$elem$textattr>") |
80 | 3 | 21 | $$match{'pre_start'} || '' |
81 | 4 | 20 | $$match{'post_start'} || '' |
93 | 24 | 9 | $$config{$elem} || $$self{'_CONFIG'}{$elem} || (return "$elem>") |
97 | 4 | 20 | $$match{'pre_end'} || '' |
98 | 6 | 18 | $$match{'post_end'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 1 | 0 | 14 | $$self{'_ARGS'}[0] || $FILTER_NAME |
79 | 21 | 3 | 0 | $$match{'element'} || $elem |
96 | 21 | 3 | 0 | $$match{'element'} || $elem |