| blib/lib/CSS/Tidy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 13 | 22 | 59.0 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 0 | 0 | unless ($in) |
| 33 | 0 | 0 | unless ($out) |
| 72 | 0 | 6 | if ($decomment) { } |
| 102 | 0 | 38 | if (/^\s*(.*)\{(.*?)\}(.*)$/) |
| 114 | 6 | 32 | if (/\}/) |
| 116 | 0 | 6 | if ($depth < 0) |
| 121 | 38 | 0 | if (/^(\s*)/) |
| 124 | 18 | 20 | if (length $initial != $depth * 4) |
| 128 | 34 | 1 | unless (/(?:\.|#)\w+.*?:/ or /^\s*:+/) |
| 134 | 6 | 32 | if (/\{/) |
| 156 | 6 | 0 | unless ($decomment) |