Condition Coverage

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


or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
90 963 993 1 $_[1] || $_[0]->code
130 226 38 2623 $self->is_info || $code == 204 || $code == 304
147 24 918 0 $self->message || $self->default_message