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
15 0 0 124 exists $args{'request'} and &blessed($args{'request'})
0 0 124 exists $args{'request'} and &blessed($args{'request'}) and $args{'request'}->isa('Plack::Request')
18 0 0 124 exists $args{'response'} and &blessed($args{'response'})
0 0 124 exists $args{'response'} and &blessed($args{'response'}) and $args{'response'}->isa('Plack::Response')