Branch Coverage

blib/lib/HTML/Obj2HTML/Plugin/SemanticUIForms.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
449 0 0 if (ref $obj ne "HASH")
450 0 0 if ($obj->{'label'})
453 0 0 if ($obj->{'error'})
456 0 0 if ($obj->{'helptext'}) { }
0 0 elsif ($obj->{'helphtml'}) { }
0 0 elsif (@errorlabel) { }
474 0 0 if (ref $obj ne "HASH")
476 0 0 if (defined $val)
477 0 0 unless (defined $obj->{'error'} and $obj->{'error'})
478 0 0 if ($val->missing($obj->{'name'})) { }
0 0 elsif ($val->invalid($obj->{'name'})) { }
484 0 0 if ($label)
487 0 0 if ($obj->{'required'})
491 0 0 if ($obj->{'error'})
495 0 0 if ($obj->{'uiwidth'})