Condition Coverage

lib/Mojolicious/Plugin/AssetPack/Pipe/CombineFile.pm
Criterion Covered Total %
condition 5 10 50.0


and 2 conditions

line l !l condition
31 0 12 push @$combine, $asset and next

and 3 conditions

line !l l&&!r l&&r condition
55 5 0 0 $self->config->{'gzip'} and ($self->config->{'gzip'}{'min_size'} || 1000) < $content->size

or 2 conditions

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

or 3 conditions

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