lib/Context/Singleton/Frame/DB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 10 | 15 | 66.6 |
line | l | !l | condition |
---|---|---|---|
69 | 0 | 1 | $def{'builder'} //= 'new' |
97 | 48 | 47 | $self->{'cache'}{$name} // [] |
103 | 1 | 29 | $self->{'trigger'}{$name} // [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
72 | 1 | 0 | 317 | $def{'class'} // $def{'deduce'} |
73 | 1 | 0 | 0 | $def{'class'} // $def{'deduce'} |
110 | 1 | 5 | 0 | $self->{'plugins'}{$package} //= do { 'Module::Pluggable::Object'->new('require', 1, 'search_path', [$package])->plugins; 1 } |