| blib/lib/Mojolicious/Plugin/SizeLimit.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 8 | 37.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 61 | 1 | 0 | 1 | $check and _limits_are_exceeded($app, $count) |
| line | l | !l | condition |
|---|---|---|---|
| 122 | 1 | 0 | $$conf{'check_interval'} // 1 |
| 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 |