Condition Coverage

blib/lib/Plack/Test/Simple/Transaction.pm
Criterion Covered Total %
condition 3 41 7.3


or 2 conditions

line l !l condition
67 0 0 $desc ||= 'exact match for content'
76 0 0 $desc ||= 'not an exact match for content'
85 0 0 $desc ||= 'content contains the expression specified'
94 0 0 $desc ||= 'content does not contain the expression specified'
124 4 0 $path ||= '/'
140 0 0 $value // ''
149 0 0 $value // ''

or 3 conditions

line l !l&&r !l&&!r condition
103 0 0 0 $desc ||= qq[has value for data path "$path"]
113 0 0 0 $desc ||= qq[has no value for data path "$path"]
125 0 4 0 my $desc ||= qq[exact match for data path "$path"]
140 0 0 0 $desc ||= "exact match for header $name with value " . ($value // '')
149 0 0 0 $desc ||= "not an exact match for header $name with value " . ($value // '')
158 0 0 0 $desc ||= "header $name contains the expression specified"
167 0 0 0 $desc ||= "header $name does not contain the expression specified"
176 0 4 0 $desc ||= "status is $code"
185 0 0 0 $desc ||= "status is not $code"