Condition Coverage

blib/lib/Web/Machine/Resource.pm
Criterion Covered Total %
condition 4 12 33.3


and 3 conditions

line !l l&&!r l&&r condition
16 0 0 123 exists $args{'request'} and blessed($args{'request'})
0 0 123 exists $args{'request'} and blessed($args{'request'}) and $args{'request'}->isa('Plack::Request')
19 0 0 123 exists $args{'response'} and blessed($args{'response'})
0 0 123 exists $args{'response'} and blessed($args{'response'}) and $args{'response'}->isa('Plack::Response')