Branch Coverage

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


line true false branch
29 0 6 unless grep {$host_app == $_;} @_
31 0 6 if $host =~ /\A\*\*\./
44 4 7 if ($self->{'_num_wildcards'})
51 9 0 unless my $cb = $self->custom_matcher
68 21 3 defined $host ? :
72 14 10 'CODE' eq ref $app ? :