Branch Coverage

blib/lib/Brackup/BackupStats.pm
Criterion Covered Total %
branch 5 26 19.2


line true false branch
7 0 8 if %opts
15 0 8 if (eval { do { require GTop } })
32 0 0 if ($stats_file) { }
33 0 0 unless open $fh, ">$stats_file"
40 0 0 $stats_file ? :
58 0 0 if (my $gtop_data = $$self{'gtop_data'}) { }
75 0 0 if $stats_file
81 81 0 unless $$self{'gtop'}
83 0 0 if $mem > $$self{'gtop_max'}
90 32 0 unless $$self{'gtop'}
104 0 0 if $$self{'gtop_data'}
124 0 64 if exists $$self{'data'}{$key}
132 0 0 unless $$self{'index'} <= $#{$$self{'list'};}