| lib/CSS/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 24 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 92 | 9 | 1 | 0 | defined $params->{'warns_as_errors'} && $params->{'warns_as_errors'} |
| 8 | 2 | 0 | defined $params->{'browser_specific_properties'} && $params->{'browser_specific_properties'} | |
| 124 | 0 | 0 | 0 | $params and $params->{'filename'} |
| 168 | 0 | 8 | 0 | $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*[*-_]/ || /\\/ |