Condition Coverage

blib/lib/Tapper/CLI/API/Command/download.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
54 0 0 0 $reportid && $reportid =~ /^\d+$/
58 0 0 0 $opt->{'reportid'} and $report_ok

or 2 conditions

line l !l condition
56 0 0 $reportid // ''
79 0 0 $opt->{'nth'} || 0

or 3 conditions

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'}