blib/lib/Pixie/ObjectInfo.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 14 | 57.1 |
line | l | !l | condition |
---|---|---|---|
93 | 2 | 0 | $$self{'pixie'}->_oid or '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
14 | 0 | 47 | 0 | ref $proto || $proto |
45 | 29 | 19 | 0 | $uuid_maker ||= 'Data::UUID'->new |
145 | 48 | 0 | $$self{'_oid'} ||= ($uuid_maker ||= 'Data::UUID'->new)->create_str | |
103 | 1 | 32 | 0 | $$self{'lock_strat'} ||= 'Pixie::LockStrat::Null'->new |