blib/lib/IPC/PubSub/Cacheable.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 6 | 50.0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
16 | 130 | 4 | 0 | $Cache{refaddr $self} ||= do { require "IPC/PubSub/Cache/$$self[0].pm"; "IPC::PubSub::Cache::$$self[0]"->new(@{$$self[1];}) } |
26 | 12 | 0 | 0 | substr(our $AUTOLOAD, rindex($IPC::PubSub::Cacheable::AUTOLOAD, '::') + 2) || $IPC::PubSub::Cacheable::AUTOLOAD |