| blib/lib/Pb/Command/Context.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 277 | 0 | 0 | 0 | $top_level->can('parent_command') and $top_level->parent_command |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 81 | 0 | 0 | 0 | $self->_vars->{$1} // $self->raise_error("variable $1 used in expansion but never defined") |
| 228 | 0 | 0 | 0 | $self->error // $CLEAN_EXIT |
| 295 | 0 | 0 | 0 | $self->_opts->{$_} //= $self->toplevel_command->$_ |