Branch Coverage

blib/lib/Class/Handler.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
37 0 0 unless $handler =~ /^\w+::\w+/
43 0 0 unless exists $HANDLERS{$handler}
51 0 0 if grep /^$c$/, @{$HANDLERS{$handler};}
52 0 0 unless push @{$HANDLERS{$handler};}, $c
66 0 0 unless $handler =~ /^\w+::\w+/
71 0 0 if $c eq $ec
82 0 0 unless (@tmp_classes)
104 0 0 unless $c->can($method)
107 0 0 if (wantarray) { }
108 0 0 (@ret = $c->$method(@_)) ? :
110 0 0 ($ret = $c->$method(@_)) ? :