Condition Coverage

blib/lib/Object/InsideOut/Util.pm
Criterion Covered Total %
condition 6 24 25.0


and 3 conditions

line !l l&&!r l&&r condition
23 53 0 0 $Config::Config{'useithreads'} and $threads::shared::threads_shared
112 0 0 0 ref $in && $Config::Config{'useithreads'} && $threads::threads && $threads::shared::threads_shared
210 0 0 0 $Config::Config{'useithreads'} && $threads::shared::threads_shared

or 2 conditions

line l !l condition
109 0 0 shift() || {}
220 0 0 shift() || {}
314 10 46 shift() || {}

or 3 conditions

line l !l&&r !l&&!r condition
112 0 0 0 not ref $in && $Config::Config{'useithreads'} && $threads::threads && $threads::shared::threads_shared or threads::shared::is_shared($in)
223 0 0 0 not ref $in or &Scalar::Util::blessed($in)
317 45 2 9 not ref $in or &Scalar::Util::blessed($in)