Condition Coverage

blib/lib/Data/ObjectDriver.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 @_ == 1 and not ref $_[0]

or 2 conditions

line l !l condition
34 0 0 $LOGGER ||= sub { print STDERR @_; }

or 3 conditions

line l !l&&r !l&&!r condition
88 0 0 0 ref $driver || $driver
111 0 0 0 $PROFILER ||= eval { do { require Data::ObjectDriver::Profiler; "Data::ObjectDriver::Profiler"->new } }
115 0 0 0 $@ or not $PROFILER