Branch Coverage

blib/lib/Acme/Study/OS/DateLocales.pm
Criterion Covered Total %
branch 0 46 0.0


line true false branch
30 0 0 if (_is_in_path('locale'))
31 0 0 unless open my $fh, '-|', 'locale', '-a'
36 0 0 if @res > 300
38 0 0 unless close $fh
47 0 0 unless (@locales)
62 0 0 if (exists $register{$fingerprint}) { }
73 0 0 if ($locale eq '') { }
105 0 0 unless ($$locale_res{'=='})
131 0 0 if (file_name_is_absolute($prog))
132 0 0 if ($^O eq 'MSWin32') { }
133 0 0 if -f $prog and -x $prog
134 0 0 if -f "$prog.bat" and -x "$prog.bat"
135 0 0 if -f "$prog.com" and -x "$prog.com"
136 0 0 if -f "$prog.exe" and -x "$prog.exe"
137 0 0 if -f "$prog.cmd" and -x "$prog.cmd"
139 0 0 if -f $prog and -x $prog
146 0 0 if ($^O eq 'MSWin32') { }
148 0 0 if -f "$_\\$prog" and -x "$_\\$prog"
149 0 0 if -f "$_\\$prog.bat" and -x "$_\\$prog.bat"
150 0 0 if -f "$_\\$prog.com" and -x "$_\\$prog.com"
151 0 0 if -f "$_\\$prog.exe" and -x "$_\\$prog.exe"
152 0 0 if -f "$_\\$prog.cmd" and -x "$_\\$prog.cmd"
154 0 0 if -x "$_/$prog" and not -d "$_/$prog"