blib/lib/Lim/RPC.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 27 | 25.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 0 | 2 | defined $q and defined $def |
53 | 0 | 0 | 2 | ref $q eq 'HASH' and ref $def eq 'HASH' |
76 | 0 | 0 | 2 | blessed($$def{$k}) and $$def{$k}->required |
0 | 2 | 0 | blessed($$def{$k}) and $$def{$k}->required and not exists $$q{$k} | |
87 | 0 | 2 | 0 | blessed($$def{$k}) and not $$def{$k}->comform($$q{$k}) |
92 | 0 | 0 | 0 | blessed($$def{$k}) and $$def{$k}->isa('Lim::RPC::Value::Collection') |
135 | 0 | 0 | 2 | $cb->call_def and exists $cb->call_def->{'out'} |
143 | 0 | 0 | 0 | $cb->call_def and exists $cb->call_def->{'out'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
91 | 0 | 0 | 2 | ref $$q{$k} eq 'HASH' or ref $$q{$k} eq 'ARRAY' |