blib/lib/POE/Component/Metabase/Client/Submit.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 14 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 0 | 0 | $kernel == $sender and not $$self{'session'} |
172 | 0 | 0 | 0 | $tag eq 'submit' and $res->code == 401 |
230 | 0 | 0 | 0 | @$args == 1 && ref $$args[0] |
259 | 0 | 0 | 0 | ref $res and $res->header('Content-Type') eq 'application/json' |
line | l | !l | condition |
---|---|---|---|
258 | 0 | 0 | $prefix ||= 'unrecognized error' |