Branch Coverage

blib/lib/Blosxom/Component.pm
Criterion Covered Total %
branch 1 14 7.1


line true false branch
22 1 0 ref $_[0] eq 'CODE' ? :
32 0 0 if (my $components = $component_of{$class})
36 0 0 ref $args[0] eq 'HASH' ? :
41 0 0 if (my $requires = $requires{$class})
42 0 0 if (my(@methods) = grep({not $caller->can($_);} @{$requires;}))
48 0 0 if (my $attribute = $attribute_of{$class})
56 0 0 if (defined *{$glob;}{'CODE'} and $name ne 'init')