Branch Coverage

blib/lib/JIP/ClassField.pm
Criterion Covered Total %
branch 26 26 100.0


line true false branch
27 2 15 unless defined $class and length $class
30 2 13 unless defined $attr and length $attr
35 1 12 ref $attr eq 'ARRAY' ? :
36 1 13 unless $each_attr =~ /^[a-zA-Z_]\w*$/x
49 2 11 if (exists $param{'default'}) { }
55 3 3 if (@JIP::ClassField::ARG == 1) { }
59 1 2 ref $default_value eq 'CODE' ? :
119 15 2 if (exists $param->{'get'}) { }
122 10 5 if ($getter eq '+') { }
3 2 elsif ($getter eq '-') { }
144 15 2 if (exists $param->{'set'}) { }
147 10 5 if ($setter eq '+') { }
3 2 elsif ($setter eq '-') { }