Branch Coverage

lib/AutoCode/AttributeType.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
16 0 0 unless defined $string
34 0 39 unless $string =~ s/^([\%\@\$])//
41 24 15 if (/^$/) { }
0 15 elsif (/^([$PRIMITIVE_TYPE])(([\+\^]?[\d]+)(\.\d+)?)?(U?)$/) { }
0 15 elsif (/^\{([^}]+)\}$/) { }
15 0 elsif (/^([_A-Z]\w+)$/) { }