blib/lib/Mojolicious/Plugin/TagHelpers.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 26 | 28 | 92.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
71 | 295 | 0 | 10 | &blessed($url) && $url->isa('Mojo::URL') |
84 | 53 | 7 | 5 | @post and $method ne "POST" |
163 | 40 | 0 | 10 | &blessed($group) and $group->isa("Mojo::Collection") |
line | l | !l | condition |
---|---|---|---|
66 | 2 | 44 | $file // "favicon.ico" |
100 | 42 | 3 | $attrs{'type'} || '' |
102 | 17 | 6 | $attrs{'value'} // "on" |
184 | 34 | 16 | shift() // "Ok" |
202 | 2 | 6 | (($c->param($name) // $content) // $cb) // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
101 | 17 | 6 | 22 | $type eq "checkbox" or $type eq "radio" |
202 | 5 | 1 | 7 | $c->param($name) // $content |
6 | 1 | 6 | ($c->param($name) // $content) // $cb |