Branch Coverage

blib/lib/Class/DI/Definition.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
86 2 6 if (exists $$resource{'injection_type'})
89 2 6 if (exists $$resource{'instance_type'})
102 12 8 if (ref \$property_value eq 'SCALAR') { }
2 6 elsif (ref $property_value eq 'ARRAY') { }
6 0 elsif (ref $property_value eq 'HASH') { }
110 3 3 if (exists $$property_value{'class_name'}) { }