Branch Coverage

File:blib/lib/Data/Dumper/EasyOO.pm
Coverage:90.9%

line%coveragebranch
114100TFif (not grep {$_ eq $prop;} @styleopts, @okPrefs) { }
100TFelsif ($prop ne 'init') { }
122100TFunless ref($val) =~ /SCALAR/
125100TFif defined $$val
139100TFif ref $ezdd eq 'Data::Dumper::EasyOO'
146100TFif (grep {$attr eq $_;} @styleopts) { }
100TFelsif (grep {$item eq $_;} @ddmethods) { }
100TFelsif (grep {$attr eq $_;} @okPrefs) { }
163100TFif $meth eq 'DESTROY'
165100TFunless wantarray
18350TFunless ($$ddo{'_ezdd_noreset'})
187100TFif (@args == 1)
189100TFif defined $args[0] and $args[0] eq $magic
196100TFif (@args % 2) { }
20650TFif (grep {ref $_;} values %rev)
220100TFif defined wantarray
224100TFdefined $$ddo{'autoprint'} ? :
226100TFunless ($auto)
23250TFif ($auto == 1) { }
50TFelsif ($auto == 2) { }
100TFelsif (ref $auto and ref $auto eq 'GLOB' || $auto->can('print')) { }
250100TFif (ref $cls)