Branch Coverage

blib/lib/Data/ObjectDriver.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
29 0 0 if (@_) { }
53 0 0 if $DEBUG
54 0 0 if $PROFILE
86 0 0 unless $DEBUG
93 0 0 unless $caller[0] =~ /^(Data::ObjectDriver|$class)/
98 0 0 if (@_ == 1 and not ref $_[0]) { }
115 0 0 if $@ or not $PROFILER
116 0 0 unless @_
126 0 0 if (wantarray) { }