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