Branch Coverage

blib/lib/Sys/Mknod.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
67 0 0 unless defined $mode
69 0 0 if ($type =~ /^b/i) { }
0 0 elsif ($type =~ /^c/i) { }
0 0 elsif ($type =~ /^f/i) { }
79 0 0 defined $major ? :
83 0 0 if ($return < 0) { }