lib/Mojolicious/Plugin/AssetPack/Pipe/CombineFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 10 | 50.0 |
line | l | !l | condition |
---|---|---|---|
31 | 0 | 12 | push @$combine, $asset and next |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 5 | 0 | 0 | $self->config->{'gzip'} and ($self->config->{'gzip'}{'min_size'} || 1000) < $content->size |
line | l | !l | condition |
---|---|---|---|
55 | 0 | 0 | $self->config->{'gzip'}{'min_size'} || 1000 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
45 | 4 | 1 | 1 | $self->enabled or $format ~~ ['html', 'json'] |