Branch Coverage

blib/lib/OpenSearch/Helper.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
33 0 0 $instance->can('api_spec') ? :
44 0 0 if $forced and $type eq "body"
47 0 0 if ($value and $fb)
51 0 0 if ($type ne "path")
53 0 0 if ($fb) { }
56 0 0 if defined $val
60 0 0 if $self->clear_attrs
68 0 0 if (ref $value eq 'ARRAY') { }
0 0 elsif (ref $value eq 'HASH') { }
0 0 elsif (ref $value) { }
69 0 0 if scalar @{$value;}
72 0 0 if keys %{$value;}
75 0 0 if ($value->can('to_hash') and $value->to_hash) { }
0 0 elsif ($value->can('to_string') and $value->to_string) { }