Condition Coverage

blib/lib/Web/API/Mock/Resource.pm
Criterion Covered Total %
condition 6 12 50.0


or 2 conditions

line l !l condition
15 20 0 $args->{'method'} // "GET"
16 20 0 $args->{'header'} // {}
17 20 0 $args->{'body'} // ""
18 20 0 $args->{'status'} // 200
19 20 0 $args->{'content_type'} // "text/html"
36 16 0 $method //= "GET"