Branch Coverage

blib/lib/Plack/Middleware/Pod.pm
Criterion Covered Total %
branch 8 12 66.6


line true false branch
34 1 1 if ($res and not $self->pass_through && $res->[0] == 404)
46 0 2 unless $path_match
54 0 2 unless $path =~ m[^[-_./\w\d]+$]
61 0 2 'CODE' eq ref $path_match ? :
62 1 1 unless $matched
70 1 0 if (-f $path) { }