Branch Coverage

blib/lib/Class/StructTemplate.pm
Criterion Covered Total %
branch 0 32 0.0


line true false branch
24 0 0 ref $_[0] ? :
26 0 0 if (@_ < 1)
36 0 0 unless _define_constructor($pkg)
40 0 0 unless _define_accessor($pkg, $attrib)
48 0 0 if (@_ != 1)
74 0 0 if $@
80 0 0 if (@_ != 2)
114 0 0 if $@
120 0 0 if (@_ != 1)
126 0 0 unless ref $class
134 0 0 if ((@_ - 1) % 2 != 0)
140 0 0 unless ref $class
146 0 0 if (exists $attribs{$attrib}) { }
0 0 elsif (not $$class{'_allset'}) { }
164 0 0 if (@_ != 1)
170 0 0 unless ref $class