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