lib/Mojolicious/Plugin/AssetPack/Pipe/CombineFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | l | !l | condition |
---|---|---|---|
47 | 0 | 10 | push @$collect, $asset and next |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
78 | 0 | 0 | 5 | $content and $self->config->{'gzip'} |
0 | 2 | 3 | $content and $self->config->{'gzip'} and ($self->config->{'gzip'}{'min_size'} || 1000) < $content->size |
line | l | !l | condition |
---|---|---|---|
78 | 5 | 0 | $self->config->{'gzip'}{'min_size'} || 1000 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
34 | 4 | 1 | 1 | $self->enabled or $format ~~ ['html', 'json'] |