Branch Coverage

blib/lib/Lingua/YALI.pm
Criterion Covered Total %
branch 5 20 25.0


line true false branch
17 1 13 unless -e $f
24 0 13 if ($f =~ /\.gz$/ or $ft =~ /gzip compressed data/) { }
0 13 elsif ($f =~ /\.bz2$/ or $ft =~ /bzip2 compressed data/) { }
33 0 13 unless open $hdl, '<:bytes', $opn
41 0 0 if ($each_line) { }
70 0 0 if ($format eq 'single') { }
0 0 elsif ($format eq 'all') { }
0 0 elsif ($format eq 'all_p') { }
0 0 elsif ($format eq 'tabbed') { }
71 0 0 if (scalar @$result > 0)