Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
111 0 0 0 exists $$struct{'links'} and ref $$struct{'links'} eq 'ARRAY'
132 0 0 0 exists $$struct{'form'} and ref $$struct{'form'} eq 'HASH'
0 0 0 exists $self->getEnv->{'restapi.class'} and $self->getEnv->{'restapi.class'}->can('GET_FORM')
237 0 0 0 exists $$struct{$method}{'params'} and ref $$struct{$method}{'params'} eq 'ARRAY'

or 2 conditions

line l !l condition
167 0 0 $$form{'GET'} || '
Not allowed
'
0 0 $$form{'POST'} || '
Not allowed
'
0 0 $$form{'PUT'} || '
Not allowed
'
0 0 $$form{'DELETE'} || '
Not allowed
'
246 0 0 $$param{'default'} || ''
249 0 0 $$param{'rows'} || 20
250 0 0 $$param{'cols'} || 3
251 0 0 $$param{'default'} || ''