Condition Coverage

blib/lib/Rest/HtmlVis/Content.pm
Criterion Covered Total %
condition 0 82 0.0


and 3 conditions

line !l l&&!r l&&r condition
138 0 0 0 ref $struct eq 'HASH' and exists $struct->{'link'}
0 0 0 ref $struct eq 'HASH' and exists $struct->{'link'} and ref $struct->{'link'} eq 'ARRAY'
147 0 0 0 ref $struct eq 'HASH' and exists $struct->{'form'}
0 0 0 ref $struct eq 'HASH' and exists $struct->{'form'} and ref $struct->{'form'} eq 'HASH'
160 0 0 0 not $formStruct and exists $env->{'REST.class'}
0 0 0 not $formStruct and exists $env->{'REST.class'} and $env->{'REST.class'}->can('GET_FORM')
183 0 0 0 exists $env->{'REST.class'} and $env->{'REST.class'}->can('GET')
0 0 0 exists $env->{'REST.class'} and $env->{'REST.class'}->can('GET') and not exists $form->{'get'}
321 0 0 0 $name and $type
407 0 0 0 defined $paramValue->{'default'} && $id eq $paramValue->{'default'}
424 0 0 0 exists $method->{'params'} and ref $method->{'params'} eq 'HASH'
0 0 0 defined $method and (exists $method->{'params'} and ref $method->{'params'} eq 'HASH')
433 0 0 0 defined $method and exists $method->{'default'}
451 0 0 0 exists $method->{'params'} and ref $method->{'params'} eq 'HASH'
0 0 0 defined $method and (exists $method->{'params'} and ref $method->{'params'} eq 'HASH')
458 0 0 0 defined $method and exists $method->{'default'}

or 2 conditions

line l !l condition
204 0 0 $extForm->{$method}{'html'} || '
Not allowed
'
235 0 0 $form->{$method} || '
Not allowed
'
298 0 0 shift() || (return {})
323 0 0 $paramValue->{'description'} || ''
330 0 0 $paramValue->{'default'} || ''
339 0 0 $paramValue->{'rows'} || 20
340 0 0 $paramValue->{'cols'} || 3
341 0 0 $paramValue->{'default'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
331 0 0 0 ref $default eq 'HASH' or ref $default eq 'ARRAY'
342 0 0 0 ref $default eq 'HASH' or ref $default eq 'ARRAY'
428 0 0 0 $method->{'params'}{$a}{'description'} || $a
0 0 0 $method->{'params'}{$b}{'description'} || $b
453 0 0 0 $method->{'params'}{$a}{'description'} || $a
0 0 0 $method->{'params'}{$b}{'description'} || $b