Branch Coverage

blib/lib/Plack/App/Hostname.pm
Criterion Covered Total %
branch 9 12 75.0


line true false branch
31 0 6 unless grep {$host_app == $_;} @_
33 0 6 if $host =~ /\A\*\*\./
46 3 7 if ($$self{'_num_wildcards'})
53 8 0 unless my $cb = $self->custom_matcher
71 20 3 defined $host ? :
74 14 9 'CODE' eq ref $app ? :