blib/lib/WWW/KeenIO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
131 | 0 | 0 | 0 | $code ne '200' and $code ne '201' |
134 | 0 | 0 | 0 | &reftype($parsed_content) eq 'HASH' and $parsed_content->{'message'} |
329 | 0 | 0 | 0 | defined $collection and defined $timeframe |
339 | 0 | 0 | 0 | &reftype($x) eq 'HASH' and &reftype($x->{'result'}) eq 'ARRAY' |
line | l | !l | condition |
---|---|---|---|
95 | 0 | 0 | $url_params //= {} |
98 | 0 | 0 | $query_params //= {} |
100 | 0 | 0 | $url_params->{$1} // '' |
159 | 0 | 0 | $data //= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
162 | 0 | 0 | 0 | $self->write_key // $self->api_key |