Branch Coverage

blib/lib/Rest/HtmlVis/Content.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
111 0 0 if (exists $$struct{'links'} and ref $$struct{'links'} eq 'ARRAY')
132 0 0 if (exists $$struct{'form'} and ref $$struct{'form'} eq 'HASH') { }
0 0 elsif (exists $self->getEnv->{'restapi.class'} and $self->getEnv->{'restapi.class'}->can('GET_FORM')) { }
237 0 0 if (exists $$struct{$method}{'params'} and ref $$struct{$method}{'params'} eq 'ARRAY') { }
0 0 elsif (exists $$struct{$method}{'default'}) { }
243 0 0 unless $name
245 0 0 if ($type eq 'text') { }
0 0 elsif ($type eq 'textarea') { }
0 0 elsif ($type eq 'checkbox') { }
0 0 elsif ($type eq 'radio') { }