Branch Coverage

blib/lib/Tapper/TestSuite/AutoTest.pm
Criterion Covered Total %
branch 0 64 0.0


line true false branch
33 0 0 if -d $dir
34 0 0 if (-e $dir and not -d $dir)
37 0 0 unless system('mkdir', '-p', $dir) == 0
61 0 0 if ($? == 0) { }
67 0 0 unless -d $target
70 0 0 if $error
93 0 0 unless (-d "$target/tests")
94 0 0 if ($source =~ m[^(http|ftp)://]) { }
0 0 elsif ($source =~ m[^file://]) { }
96 0 0 unless (-e $downloadfile)
100 0 0 if $error
112 0 0 if $error
114 0 0 if $error
132 0 0 unless ($sock)
194 0 0 unless -e $file
197 0 0 if ($file =~ /dmesg.gz$/)
198 0 0 unless (system "gunzip $file")
210 0 0 unless ($sock)
229 0 0 if ($ENV{'TAPPER_HOSTNAME'}) { }
0 0 elsif (-r $etc_tapper) { }
234 0 0 if (open $TAPPERCFG, '<', $etc_tapper)
271 0 0 $testrun_id ? :
272 0 0 $report_group ? :
277 0 0 if ($@)
290 0 0 if $$args{'uploadfiles'}
309 0 0 unless -e $file
317 0 0 if (-e $cpuinfofile)
320 0 0 $is_arm_cpu ? :
322 0 0 if @cpuinfo
357 0 0 if $help
358 0 0 unless (@tests)
388 0 0 unless $$args{'subtests'}