blib/lib/Tapper/CLI/API/Command/download.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 16 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
54 | 0 | 0 | 0 | $reportid && $reportid =~ /^\d+$/ |
58 | 0 | 0 | 0 | $opt->{'reportid'} and $report_ok |
line | l | !l | condition |
---|---|---|---|
56 | 0 | 0 | $reportid // '' |
79 | 0 | 0 | $opt->{'nth'} || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
73 | 0 | 0 | 0 | $opt->{'reportserver'} || 'Tapper::Config'->subconfig->{'report_server'} |
74 | 0 | 0 | 0 | $opt->{'reportport'} || 'Tapper::Config'->subconfig->{'report_api_port'} |