Branch Coverage

blib/lib/Class/Decorator.pm
Criterion Covered Total %
branch 11 30 36.6


line true false branch
27 0 2 if (exists ${$$self{'methods'};}{'VERSION'})
28 0 0 if (exists ${$$self{'methods'}{'VERSION'};}{'pre'})
31 0 0 if (exists ${$$self{'methods'}{'VERSION'};}{'post'})
47 0 4 if (exists ${$$self{'methods'};}{'isa'})
48 0 0 if (exists ${$$self{'methods'}{'isa'};}{'pre'})
51 0 0 if (exists ${$$self{'methods'}{'isa'};}{'post'})
67 0 4 if (exists ${$$self{'methods'};}{'can'})
68 0 0 if (exists ${$$self{'methods'}{'can'};}{'pre'})
71 0 0 if (exists ${$$self{'methods'}{'can'};}{'post'})
87 1 0 if ($Class::Decorator::AUTOLOAD =~ /.+::(.+)$/) { }
101 1 11 if (exists ${$$decorator{'methods'};}{$Class::Decorator::METHOD})
102 1 0 if (exists ${$$decorator{'methods'}{$Class::Decorator::METHOD};}{'pre'})
105 1 0 if (exists ${$$decorator{'methods'}{$Class::Decorator::METHOD};}{'post'})
110 7 5 if (wantarray) { }
134 0 1 if (wantarray) { }