blib/lib/Lim/RPC/Call.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
108 | 0 | 0 | 0 | defined $$self{'call_def'} and ref $$self{'call_def'} eq 'HASH' |
111 | 0 | 0 | 0 | blessed($$self{'component'}) and $$self{'component'}->isa('Lim::Component::Client') |
139 | 0 | 0 | 0 | defined $data and ref $data ne 'HASH' |
142 | 0 | 0 | 0 | defined $data and %$data |
187 | 0 | 0 | 0 | blessed $data and $data->isa('Lim::Error') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 0 | 0 | 0 | ref $this || $this |