| blib/lib/Net/Gnats/Command/FIELDFLAGS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 14 | 18 | 77.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 70 | 1 | 40 | unless defined $self->{'fields'} | 
| 72 | 40 | 0 | if (ref $self->{'fields'} eq 'ARRAY') { } | 
| 73 | 39 | 1 | if scalar @{$self->{'fields'};} > 1 | 
| 83 | 1 | 80 | unless defined $self->{'fields'} | 
| 84 | 0 | 80 | if ref $self->{'fields'} ne 'ARRAY' | 
| 85 | 0 | 80 | if scalar @{$self->{'fields'};} == 0 | 
| 93 | 1 | 2 | unless defined $self->response | 
| 95 | 1 | 1 | if ($self->{'requests_multi'} == 0 and $self->response->code == 350) | 
| 99 | 1 | 0 | if $self->response->code == 350 |