Condition Coverage

blib/lib/Mojolicious/Plugin/SizeLimit.pm
Criterion Covered Total %
condition 3 8 37.5


and 3 conditions

line !l l&&!r l&&r condition
61 1 0 1 $check and _limits_are_exceeded($app, $count)

or 2 conditions

line l !l condition
122 1 0 $$conf{'check_interval'} // 1

or 3 conditions

line l !l&&r !l&&!r condition
82 0 0 0 $shared =~ s/^(\d+)M.*/$1 * 1024 * 1024;/e or $shared =~ s/^(\d+)K.*/$1 * 1024;/e