blib/lib/Lim/RPC/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
89 | 0 | 0 | 0 | defined $args{'data'} and ref $args{'data'} ne 'HASH' |
100 | 0 | 0 | 0 | defined $args{'cb'} and ref $args{'cb'} eq 'CODE' |
240 | 0 | 0 | 0 | defined $$self{'response'} and length $$self{'content'} == $$self{'response'}->header('Content-Length') |
292 | 0 | 0 | 0 | blessed $data and $data->isa('Lim::Error') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | ref $this || $this |