Condition Coverage

blib/lib/Dancer2/Plugin/Minify.pm
Criterion Covered Total %
condition 15 37 40.5


or 2 conditions

line l !l condition
34 0 3 $args //= {}
46 0 1 ($cfg->{'remove_comments'} // $args->{'remove_comments'}) // 1
48 0 1 ($cfg->{'remove_newlines'} // $args->{'remove_newlines'}) // 1
49 0 1 ($cfg->{'js_compress'} // $args->{'js_compress'}) // 'best'
51 0 1 ($cfg->{'css_compress'} // $args->{'css_compress'}) // 'minify'
52 0 1 ($cfg->{'html5'} // $args->{'html5'}) // 1
69 0 1 ($cfg->{'js_compress'} // $args->{'compress'}) // 'best'
82 0 1 ($cfg->{'css_compress'} // $args->{'compress'}) // 'minify'

or 3 conditions

line l !l&&r !l&&!r condition
46 0 0 1 $cfg->{'remove_comments'} // $args->{'remove_comments'}
48 0 0 1 $cfg->{'remove_newlines'} // $args->{'remove_newlines'}
49 0 0 1 $cfg->{'js_compress'} // $args->{'js_compress'}
51 0 0 1 $cfg->{'css_compress'} // $args->{'css_compress'}
52 0 0 1 $cfg->{'html5'} // $args->{'html5'}
69 0 0 1 $cfg->{'js_compress'} // $args->{'compress'}
82 0 0 1 $cfg->{'css_compress'} // $args->{'compress'}