Branch Coverage

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


line true false branch
16 0 123 unless exists $args{'request'} and blessed($args{'request'}) and $args{'request'}->isa('Plack::Request')
19 0 123 unless exists $args{'response'} and blessed($args{'response'}) and $args{'response'}->isa('Plack::Response')