| blib/lib/App/TenableSC/API.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 0 | 41 | 0.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | $api and $method | 
| 198 | 0 | 0 | 0 | defined $args{'widths'}[$idx] and $args{'widths'}[$idx] > 0 | 
| 204 | 0 | 0 | 0 | $col and length $col > ($widths->[$idx] || 0) | 
| line | l | !l | condition | 
|---|---|---|---|
| 41 | 0 | 0 | $self->options->{'format'} ||= "json" | 
| 49 | 0 | 0 | $ARGV[0] || undef | 
| 50 | 0 | 0 | $ARGV[1] || undef | 
| 181 | 0 | 0 | $args{'column_separator'} || ' ' | 
| 182 | 0 | 0 | $args{'header_separator'} || undef | 
| 185 | 0 | 0 | $args{'format'} || 'table' | 
| 204 | 0 | 0 | $widths->[$idx] || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | ref $results eq "ARRAY" or ref $results eq "HASH" | 
| 115 | 0 | 0 | 0 | $self->options->{'format'} eq "tsv" or $self->options->{'format'} eq "csv" | 
| 0 | 0 | 0 | $self->options->{'format'} eq "tsv" or $self->options->{'format'} eq "csv" or $self->options->{'format'} eq "table" | |
| 143 | 0 | 0 | 0 | $value =~ /\n/ or $value =~ /\,/ | 
| 183 | 0 | 0 | 0 | $args{'rows'} || () | 
| 184 | 0 | 0 | 0 | $args{'headers'} || () |