Condition Coverage

blib/lib/Mojo/Message/Response.pm
Criterion Covered Total %
condition 13 16 81.2


or 2 conditions

line l !l condition
90 2086 1 ($_[1] || $_[0]->code) // 404
101 24 2096 0 defined $content->$_ or $content->$_(1)
146 1020 0 $self->code || 404

or 3 conditions

line l !l&&r !l&&!r condition
90 1015 1071 1 $_[1] || $_[0]->code
130 256 38 2813 $self->is_info || $code == 204 || $code == 304
147 24 996 0 $self->message || $self->default_message