blib/lib/Test/CSS.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 16 | 62.5 |
line | true | false | branch |
---|---|---|---|
45 | 1 | 1 | if ($@) { } |
61 | 0 | 1 | if ($@) { } |
76 | 3 | 0 | if (defined $css) { } |
82 | 0 | 3 | unless /^\s*([^{]+?)\s*\{(.*)\}\s*$/ |
92 | 0 | 3 | if /^\s*[\*\-\_]/ or /\\/ |
95 | 0 | 3 | unless /^\s*([\w._-]+)\s*:\s*(.*?)\s*$/ |
100 | 1 | 2 | unless exists $$PROPERTIES{lc $name} |
113 | 0 | 5 | unless open my $FILE, '<', $file |