Branch Coverage

lib/PSGI/Hector/Response/Raw.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
50 2 0 if ($content) { }
61 0 0 if ($self->_getDisplayedHeader) { }
65 0 0 unless ($self->header('Content-Type'))
68 0 0 unless ($self->header('Location'))
72 0 0 if ($self->getError and $self->code =~ /^[123]/)
85 1 2 if ($self->getError) { }