| blib/lib/Resource/Silo.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 12 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 0 | 0 | 2 | $shortcut and not ref $shortcut |
| 0 | 1 | 1 | $shortcut and not ref $shortcut and $shortcut =~ /^[a-z_][a-z_0-9]*$/i |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 47 | 34 | 19 | 0 | $target //= 'Resource::Silo::container::' . $caller |
| 56 | 44 | 19 | 1 | $instance //= $target->new |