blib/lib/Mojolicious/Plugin/TagHelpers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 22 | 23 | 95.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
73 | 53 | 7 | 5 | @post and $method ne "POST" |
152 | 40 | 0 | 10 | &blessed($group) and $group->isa("Mojo::Collection") |
line | l | !l | condition |
---|---|---|---|
89 | 42 | 3 | $attrs{'type'} || '' |
91 | 17 | 6 | $attrs{'value'} // "on" |
173 | 34 | 16 | shift() // "Ok" |
191 | 2 | 6 | (($c->param($name) // $content) // $cb) // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
90 | 17 | 6 | 22 | $type eq "checkbox" or $type eq "radio" |
191 | 5 | 1 | 7 | $c->param($name) // $content |
6 | 1 | 6 | ($c->param($name) // $content) // $cb |