blib/lib/Metabase/Client/Simple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 14 | 28.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
62 | 1 | 0 | 0 | $scheme eq 'https' and $can_ssl |
212 | 0 | 0 | 3 | @$args == 1 && ref $args->[0] |
241 | 0 | 0 | 0 | ref $res and $res->{'headers'}{'content-type'} eq 'application/json' |
line | l | !l | condition |
---|---|---|---|
240 | 0 | 0 | $prefix ||= 'unrecognized error' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
62 | 2 | 0 | 1 | $scheme eq 'http' or $scheme eq 'https' and $can_ssl |