Branch Coverage

blib/lib/App/ArduinoBuilder/FilePath.pm
Criterion Covered Total %
branch 7 22 31.8


line true false branch
22 58 120 if $c
36 0 2 unless opendir my $dh, $dir
37 8 1 if -d catdir($dir, $_)
39 1 1 unless @revs_dir
45 0 0 unless opendir my $dh, $dir
46 0 0 if -d catdir($dir, $_)
58 0 0 ref $dir ? :
60 0 0 if -f $_ and /\.(?:$exts_re)$/
61 0 0 if (-d $_)
63 0 0 if ($no_recurse and $_ ne '.') { }
0 0 elsif (/^\..+/) { }