blib/lib/SOAP/DirectI/Serialize.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 14 | 29 | 48.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 3 | 0 | 0 | not exists $$data{$hash_key} and $$arg{'required'} |
67 | 3 | 0 | 0 | not $d and my $s = $self->can('_default_value_' . $hash_key) |
131 | 0 | 0 | 3 | not exists $$arg{'key_sig'} and exists $$arg{'key_type'} |
139 | 1 | 0 | 2 | not exists $$arg{'value_sig'} and exists $$arg{'value_type'} |
185 | 0 | 0 | 1 | not exists $$arg{'elem_sig'} and exists $$arg{'elem_type'} |
line | l | !l | condition |
---|---|---|---|
82 | 0 | 1 | $$signature{'namespace'} ||= 'com.logicboxes.foundation.sfnb.user.Customer' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
248 | 3 | 4 | 2 | $t eq 'int' or $t eq 'string' |
7 | 2 | 0 | $t eq 'int' or $t eq 'string' or $t eq 'boolean' | |
256 | 0 | 0 | 1 | not $d or $d =~ /^false$/i |
0 | 1 | 0 | $d =~ /^true$/i or $d |