blib/lib/File/Mangle.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 20 | 55.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
35 | 1 | 0 | 2 | $data =~ / \Q$start\E /msx and $data =~ / \Q$end\E /msx |
60 | 1 | 0 | 1 | $data =~ /$start/ and $data =~ /$end/ |
87 | 1 | 0 | 0 | $data =~ / \Q$start\E /msx and $data =~ / \Q$end\E /msx |
123 | 1 | 0 | 0 | $data =~ / \Q$start\E /msx and $data =~ / \Q$end\E /msx |
line | l | !l | condition |
---|---|---|---|
52 | 0 | 2 | $line_comment_marker ||= '#' |
53 | 1 | 1 | $replacement ||= '' |
80 | 0 | 1 | $line_comment_marker ||= '#' |
116 | 0 | 1 | $line_comment_marker ||= '#' |