| blib/lib/CSS/Packer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 24 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 85 | 44 | 0 | 29 | defined $value and not ref $value |
| 303 | 0 | 0 | 25 | ref $_[0] and ref $_[0] eq "CSS::Packer" |
| 344 | 20 | 0 | 2 | $opts->{'indent'} && (!$opts->{'compress'} || $opts->{'compress'} eq 'pretty') |
| 362 | 3 | 20 | 2 | not $self->no_compress_comment and ${$css;} =~ /$PACKER_COMMENT/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 113 | 49 | 3 | 0 | $self->{'_compress'} ||= $DEFAULT_COMPRESS |
| 212 | 0 | 0 | 84 | not $key or $value eq "" |
| 240 | 44 | 0 | 0 | $selector or $declaration |
| 376 | 2 | 2 | 17 | $self->copyright || $self->_copyright_comment |