Condition Coverage

blib/lib/Mojolicious/Plugin/AssetPack/Che.pm
Criterion Covered Total %
condition 5 11 45.4


and 3 conditions

line !l l&&!r l&&r condition
63 0 1 9 ($c->req->headers->accept_encoding // '') =~ /gzip/iu and my $asset = $self->{'by_checksum'}{$checksum}
65 9 0 0 $asset = $self->{'by_checksum'}{$checksum_gzip} and $c->res->headers->content_encoding('gzip')
9 0 0 $asset = $self->{'by_checksum'}{$checksum_gzip} and $c->res->headers->content_encoding('gzip') and $self->store->serve_asset($c, $asset)

or 2 conditions

line l !l condition
63 10 0 $c->req->headers->accept_encoding // ''