Branch Coverage

lib/CGI/Mungo/Response/Raw.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
50 2 0 if ($content) { }
62 0 0 if ($self->_getDisplayedHeader) { }
66 0 0 unless ($self->header('Content-type'))
69 0 0 unless ($self->header('Location'))
73 0 0 if ($self->getError and $self->code =~ /^[123]/)
89 1 2 if ($self->getError) { }