Condition Coverage

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


or 2 conditions

line l !l condition
66 0 0 $desc ||= 'exact match for content'
74 0 0 $desc ||= 'not an exact match for content'
82 0 0 $desc ||= 'content contains the expression specified'
90 0 0 $desc ||= 'content does not contain the expression specified'
117 4 0 $path ||= '/'
131 0 0 $value // ''
139 0 0 $value // ''

or 3 conditions

line l !l&&r !l&&!r condition
98 0 0 0 $desc ||= qq[has value for data path "$path"]
107 0 0 0 $desc ||= qq[has no value for data path "$path"]
118 0 4 0 my $desc ||= qq[exact match for data path "$path"]
131 0 0 0 $desc ||= "exact match for header $name with value " . ($value // '')
139 0 0 0 $desc ||= "not an exact match for header $name with value " . ($value // '')
147 0 0 0 $desc ||= "header $name contains the expression specified"
155 0 0 0 $desc ||= "header $name does not contain the expression specified"
163 0 4 0 $desc ||= "status is $code"
171 0 0 0 $desc ||= "status is not $code"