| blib/lib/Test/BinaryData.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 20 | 26 | 76.9 | 
| line | true | false | branch | 
|---|---|---|---|
| 92 | 0 | 1 | if @_ | 
| 152 | 10 | 0 | unless (defined $arg->{'columns'}) | 
| 153 | 10 | 0 | if (($ENV{'COLUMNS'} || '') =~ /\A\d+\z/ and $ENV{'COLUMNS'} > 0) { } | 
| 160 | 0 | 10 | if $arg->{'columns'} < 44 | 
| 164 | 1 | 9 | if (ref $want) | 
| 171 | 1 | 9 | if ($have_is_wide or $want_is_wide) | 
| 174 | 1 | 0 | if $have_is_wide | 
| 175 | 1 | 0 | if $want_is_wide | 
| 180 | 2 | 7 | if ($have eq $want) | 
| 195 | 2 | 78 | if ($arg->{'max_diffs'} and $seen_diffs == $arg->{'max_diffs'}) | 
| 218 | 72 | 1726 | if ord $c < 32 or ord $c > 126 | 
| 225 | 16 | 62 | $eq ? : | 
| 231 | 62 | 16 | unless $eq |