Branch Coverage

blib/lib/Web/Machine/Resource.pm
Criterion Covered Total %
branch 2 4 50.0


line true false branch
15 0 124 unless exists $args{'request'} and &blessed($args{'request'}) and $args{'request'}->isa('Plack::Request')
18 0 124 unless exists $args{'response'} and &blessed($args{'response'}) and $args{'response'}->isa('Plack::Response')