Branch Coverage

blib/lib/KelpX/Controller.pm
Criterion Covered Total %
branch 8 10 80.0


line true false branch
26 3 1 unless ref $args eq "HASH"
32 2 1 unless (ref $args->{'to'} or $args->{'to'} =~ /^\+|#|::/)
34 1 1 unless ($class =~ s/^$base:://)
38 0 2 $class =~ /#/ ? :
58 2 0 if (exists &{"${class}::build";})