Condition Coverage

blib/lib/Plack/Middleware/RevisionPlate.pm
Criterion Covered Total %
condition 11 14 78.5


and 3 conditions

line !l l&&!r l&&r condition
26 2 0 2 -e $self->_revision_filename && read_file($self->_revision_filename)
40 4 2 2 $method ne 'GET' and $method ne 'HEAD'

or 2 conditions

line l !l condition
63 3 1 $self->revision_filename // './REVISION'

or 3 conditions

line l !l&&r !l&&!r condition
16 8 4 0 $self->_may_handle_request($env) // $self->app->($env)
63 7 4 0 $$self{'_revision_filename'} //= $self->revision_filename // './REVISION'