Branch Coverage

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

line%coveragebranch
44100TFif ($prop eq 'init')
46100TFif defined ${$args{$prop};}
5150TFunless (grep {$_ eq $prop;} @styleopts, @okPrefs)
64100TFif ref $ezdd eq 'Data::Dumper::EasyOO'
71100TFif (grep {$attr eq $_;} @styleopts) { }
100TFelsif (grep {$item eq $_;} @ddmethods) { }
100TFelsif (grep {$attr eq $_;} @okPrefs) { }
88100TFif $meth eq 'DESTROY'
9050TFif wantarray
9150TFunless wantarray
10750TFunless ($$ddo{'_ezdd_noreset'})
111100TFif (@args == 1)
113100TFif defined $args[0] and $args[0] eq $magic
120100TFif (@args % 2) { }
13050TFif (grep {ref $_;} values %rev)
144100TFif defined wantarray
148100TFdefined $$ddo{'autoprint'} ? :
150100TFunless $auto
155100TFif ($auto == 1) { }
50TFelsif ($auto == 2) { }
50TFelsif (ref $auto eq 'GLOB' or $auto->can('print')) { }
173100TFif (ref $cls)