blib/lib/Brocade/BSC/Status.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 8 | 0.0 |
line | l | !l | condition |
---|---|---|---|
226 | 0 | 0 | $self->{'code'} >= $BSC_FIRST and $self->{'code'} <= $BSC_LAST and return $errmsg[$self->{'code'}] . $http_err |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
222 | 0 | 0 | 0 | $self->{'http_code'} and defined $self->{'http_msg'} |
226 | 0 | 0 | 0 | $self->{'code'} >= $BSC_FIRST and $self->{'code'} <= $BSC_LAST |