| blib/lib/Net/Gnats/Command/FDSC.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 14 | 18 | 77.7 |
| line | true | false | branch |
|---|---|---|---|
| 44 | 1 | 40 | unless defined $$self{'fields'} |
| 45 | 40 | 0 | if (ref $$self{'fields'} eq 'ARRAY') { } |
| 46 | 39 | 1 | if scalar @{$$self{'fields'};} > 1 |
| 56 | 2 | 86 | unless defined $$self{'fields'} |
| 57 | 0 | 86 | if ref $$self{'fields'} ne 'ARRAY' |
| 58 | 0 | 86 | if scalar @{$$self{'fields'};} == 0 |
| 66 | 1 | 2 | unless defined $self->response |
| 67 | 1 | 1 | if ($$self{'requests_multi'} == 0 and $self->response->code == 350) |
| 71 | 1 | 0 | if $self->response->code == 350 |