| lib/CSS/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 24 | 54.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 89 | 9 | 0 | 1 | defined $$params{'warns_as_errors'} && $$params{'warns_as_errors'} |
| 8 | 1 | 1 | defined $$params{'browser_specific_properties'} && $$params{'browser_specific_properties'} | |
| 124 | 0 | 0 | 0 | $params and $$params{'filename'} |
| 168 | 0 | 0 | 8 | $params and $$params{'css'} |
| 193 | 8 | 51 | 0 | not $self->_browser_specific_properties and /^\s*[*-_]/ || /\\/ |
| 564 | 0 | 0 | 423 | $self and ref $self |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 83 | 0 | 10 | 0 | ref $proto || $proto |
| 193 | 11 | 1 | 39 | /^\s*[*-_]/ || /\\/ |