Branch Coverage

inc/Plack/Builder.pm
Criterion Covered Total %
branch 5 22 22.7


line true false branch
19 4 0 if (ref $mw ne 'CODE')
30 0 0 if (ref $mw ne 'CODE')
45 0 0 unless ($$self{'_urlmap'})
56 4 0 if ($app) { }
0 0 elsif ($$self{'_urlmap'}) { }
59 0 0 if &Scalar::Util::blessed($$self{'_urlmap'})
70 0 4 if ($$self{'_urlmap'} and $app ne $$self{'_urlmap'})
92 0 0 if (&Scalar::Util::blessed($self)) { }
120 0 4 if ($mount_is_called)
121 0 0 if ($app ne $urlmap) { }
129 0 4 if $app and &Scalar::Util::blessed($app) and $app->can('to_app')