Branch Coverage

blib/lib/NBI/Slurm.pm
Criterion Covered Total %
branch 1 26 3.8


line true false branch
37 0 0 unless ($filename)
41 0 0 unless (-e "$filename")
42 0 0 if $ENV{'DEBUG'}
45 0 0 unless open my $fh, "<", $filename
48 0 0 if /^\s*$/
49 0 0 if /^#/
50 0 0 if /^;/
53 0 0 if $key =~ /\s/
64 0 1 if ($? == 0) { }
76 0 0 if ($? != 0 and not $can_fail)
88 0 0 unless (grep {$_ eq $input_queue;} @queues)
105 0 0 if ($@)
110 0 0 unless (-e $file_path)