| blib/lib/Test/BinaryData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 20 | 26 | 76.9 | 
| line | true | false | branch | 
|---|---|---|---|
| 25 | 0 | 1 | if @_ | 
| 51 | 10 | 0 | unless (defined $$arg{'columns'}) | 
| 52 | 10 | 0 | if (($ENV{'COLUMNS'} || '') =~ /\A\d+\z/ and $ENV{'COLUMNS'} > 0) { } | 
| 59 | 0 | 10 | if $$arg{'columns'} < 44 | 
| 63 | 1 | 9 | if (ref $want) | 
| 70 | 1 | 9 | if ($have_is_wide or $want_is_wide) | 
| 73 | 1 | 0 | if $have_is_wide | 
| 74 | 1 | 0 | if $want_is_wide | 
| 79 | 2 | 7 | if ($have eq $want) | 
| 94 | 2 | 78 | if ($$arg{'max_diffs'} and $seen_diffs == $$arg{'max_diffs'}) | 
| 117 | 72 | 1726 | if ord $c < 32 or ord $c > 126 | 
| 124 | 16 | 62 | $eq ? : | 
| 130 | 62 | 16 | unless $eq |