Condition Coverage

blib/lib/Pixie.pm
Criterion Covered Total %
condition 7 21 33.3


and 3 conditions

line !l l&&!r l&&r condition
432 0 0 0 defined $cached_struct and not $cached_struct->isa('Pixie::Object')

or 3 conditions

line l !l&&r !l&&!r condition
165 2 4 0 $$self{'_oid'} ||= do { require Data::UUID; 'Data::UUID'->new->create_str }
195 4 3 0 $$self{'lock_strategy'} ||= 'Pixie::LockStrat::Null'->new
238 0 2 0 $strategy ||= $self->lock_strategy
311 0 2 0 $dump_warn ||= join('', @_)
315 22 0 0 $data_string ||= Dumper($thing)
408 0 0 0 $strategy ||= do { carp('Called with blank strategy'); $self->lock_strategy }