Branch Coverage

blib/lib/CFDI/Parser/Path.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
12 0 0 unless defined $_[0]
13 0 0 unless -e $_[0] and -r _
14 0 0 unless -d _
18 0 0 unless -e $path and -r _ and -d _
19 0 0 unless opendir DIR, $path
20 0 0 unless chdir $path
22 0 0 unless -e $_ and -r _
23 0 0 if (-d _) { }
0 0 elsif (/\.xml$/i) { }