blib/lib/Mojolicious/Plugin/ContextAuth/DB/Resource.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 9 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
53 | 19 | 27 | 1 | exists $params{$key} and length $params{$key} > 255 |
131 | 2 | 3 | 2 | exists $to_update{'resource_name'} and length $to_update{'resource_name'} > 255 || length $to_update{'resource_name'} < 3 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
131 | 1 | 2 | 2 | length $to_update{'resource_name'} > 255 || length $to_update{'resource_name'} < 3 |