Condition Coverage

lib/Mojolicious/Plugin/AssetPack/Pipe/CombineFile.pm
Criterion Covered Total %
condition 8 13 61.5


and 2 conditions

line l !l condition
47 0 10 push @$collect, $asset and next

and 3 conditions

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

or 2 conditions

line l !l condition
78 5 0 $self->config->{'gzip'}{'min_size'} || 1000

or 3 conditions

line l !l&&r !l&&!r condition
34 4 1 1 $self->enabled or $format ~~ ['html', 'json']