| lib/CSS/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 16 | 27 | 59.2 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 94 | 11 | 0 | 1 | defined $params->{'warns_as_errors'} && $params->{'warns_as_errors'} |
| 10 | 1 | 1 | defined $params->{'browser_specific_properties'} && $params->{'browser_specific_properties'} | |
| 11 | 0 | 1 | defined $params->{'allow_duplicate_properties'} && $params->{'allow_duplicate_properties'} | |
| 126 | 0 | 0 | 0 | $params and $params->{'filename'} |
| 170 | 0 | 0 | 10 | $params and $params->{'css'} |
| 194 | 8 | 55 | 4 | not $self->_browser_specific_properties and /^\s*[*-_]/ || /\\/ |
| 638 | 0 | 0 | 521 | $self and ref $self |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 84 | 0 | 12 | 0 | ref $proto || $proto |
| 194 | 11 | 1 | 47 | /^\s*[*-_]/ || /\\/ |