Branch Coverage

blib/lib/App/nauniq.pm
Criterion Covered Total %
branch 0 44 0.0


line true false branch
15 0 0 if (@ARGV) { }
17 0 0 if ($fname eq '-') { }
20 0 0 unless open $ifh, "<", $fname
28 0 0 if (@ARGV) { }
30 0 0 if ($fname eq '-') { }
34 0 0 $opts{'read_output'} ? :
0 0 $opts{'append'} ? :
0 0 unless open $ofh, ($opts{'read_output'} ? "+" : "") . ($opts{'append'} ? ">>" : ">"), $fname
37 0 0 if ($opts{'read_output'})
49 0 0 if ($opts{'num_entries'} > 0) { }
57 0 0 if $opts{'md5'}
60 0 0 if ($phase == 1) { }
63 0 0 unless ($line)
69 0 0 unless ($line)
73 0 0 if ($opts{'forget_pattern'} and $line =~ /$opts{'forget_pattern'}/)
79 0 0 $opts{'check_chars'} > 0 ? :
80 0 0 if $opts{'ignore_case'}
81 0 0 if $opts{'md5'}
83 0 0 if ($phase == 2)
84 0 0 if ($mem{$memkey}) { }
85 0 0 if $opts{'show_repeated'}
87 0 0 if $opts{'show_unique'}