blib/lib/Pixie.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 18 | 16.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
369 | 0 | 0 | 0 | defined $cached_struct and not $cached_struct->isa('Pixie::Object') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
166 | 0 | 0 | 0 | $$self{'lock_strategy'} ||= 'Pixie::LockStrat::Null'->new |
202 | 0 | 0 | 0 | $strategy ||= $self->lock_strategy |
214 | 8 | 3 | 0 | $$self{'_oid'} ||= do { require Data::UUID; 'Data::UUID'->new->create_str } |
230 | 0 | 2 | 0 | $dump_warn ||= join('', @_) |
320 | 0 | 0 | 0 | $strategy ||= do { carp('Called with blank strategy'); $self->lock_strategy } |