Branch Coverage

blib/lib/Catalyst/Component.pm
Criterion Covered Total %
branch 9 14 64.3


line true false branch
60 3480 0 ref $_[-1] eq 'HASH' ? :
70 2660 0 ref $_[-1] eq 'HASH' ? :
72 0 2660 if (my $new = $self->NEXT::COMPONENT($c, $arguments)) { }
76 2660 0 if (my $new = $self->new($c, $arguments)) { }
91 1592 16325 unless ($config)
94 187 17730 if (@_)
95 187 0 @_ > 1 ? :