blib/lib/RPC/ExtDirect/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 5 | 16 | 31.2 |
line | true | false | branch |
---|---|---|---|
22 | 0 | 162 | if (@_ == 1 and 'HASH' eq ref $_[0]) { } |
162 | 0 | elsif (@_ % 2 == 0) { } | |
0 | 0 | elsif (@_ != 0) { } | |
96 | 0 | 163 | @_ == 1 && 'HASH' eq ref $_[0] ? : |
106 | 115 | 0 | if ($self->can($option)) { } |
0 | 0 | elsif ($debug) { } | |
376 | 0 | 0 | $def ? : |
418 | 3240 | 0 | unless defined $self->$field |