File: | blib/lib/Data/Dumper/EasyOO.pm |
Coverage: | 64.3% |
line | % | coverage | condition | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
97 | 100 |
| $cliPrefs{caller()} || {} | ||||||||||||
113 | 67 |
| defined $args[0] and $args[0] eq $magic | ||||||||||||
150 | 33 |
| carp('called in void context, without autoprint set') and return | ||||||||||||
155 | 67 |
| ref $auto eq 'GLOB' or $auto->can('print') | ||||||||||||
171 | 67 |
| ref $cls || $cls |