| blib/lib/Games/Jumble.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 9 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 379 | 0 | 0 | 0 | $Games::Jumble::AUTOLOAD =~ /.*::get(_\w+)/ and $self->_accessible($1, 'read') |
| 386 | 0 | 0 | 0 | $Games::Jumble::AUTOLOAD =~ /.*::set(_\w+)/ and $self->_accessible($1, 'write') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 113 | 0 | 0 | 0 | $caller_is_obj || $caller |