| blib/lib/App/Env/_app.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 11 | 72.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 53 | 66 | 8 | 17 | App::Env::_Util::existsCacheEntry($self->cacheid) and not $opt{'opt'}{'Force'} |
| 82 | 0 | 75 | 7 | defined $self->{'opt'}{'AppOpts'} and keys %{$$self{"opt"}{"AppOpts"};} |
| 154 | 1 | 0 | 1 | App::Env::_Util::existsCacheEntry($cacheid) and App::Env::_Util::getCacheEntry($cacheid)->{'pid'} eq $self->{'pid'} |
| line | l | !l | condition |
|---|---|---|---|
| 46 | 86 | 0 | $self->{'opt'}{'AppOpts'} //= {} |