blib/lib/Mojolicious/Plugin/SizeLimit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 8 | 37.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
67 | 1 | 0 | 1 | $check and _limits_are_exceeded($c->app->log, $count) |
line | l | !l | condition |
---|---|---|---|
128 | 1 | 0 | $conf->{'check_interval'} // 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
88 | 0 | 0 | 0 | $shared =~ s/^(\d+)M.*/$1 * 1024 * 1024;/e or $shared =~ s/^(\d+)K.*/$1 * 1024;/e |