blib/lib/Brocade/BSC/Status.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
123 | 0 | 0 | if @_ |
195 | 0 | 0 | 2 == @_ ? : |
205 | 0 | 0 | unless 2 == @_ |
222 | 0 | 0 | if ($self->{'http_code'} and defined $self->{'http_msg'}) |
226 | 0 | 0 | unless $self->{'code'} >= $BSC_FIRST and $self->{'code'} <= $BSC_LAST and return $errmsg[$self->{'code'}] . $http_err |