blib/lib/CSS/Tidy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 22 | 54.5 |
line | true | false | branch |
---|---|---|---|
24 | 0 | 0 | unless ($in) |
29 | 0 | 0 | unless ($out) |
65 | 0 | 6 | if ($decomment) { } |
91 | 0 | 20 | if (/^\s*(.*)\{(.*?)\}(.*)$/) |
103 | 6 | 14 | if (/\}/) |
105 | 0 | 6 | if ($depth < 0) |
110 | 20 | 0 | if (/^(\s*)/) |
113 | 0 | 20 | if (length $initial != $depth * 4) |
117 | 16 | 1 | unless (/(?:\.|#)\w+.*?:/ or /^\s*:+/) |
123 | 6 | 14 | if (/\{/) |
137 | 6 | 0 | unless ($decomment) |