blib/lib/CatalystX/ASP.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 18 | 44.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
363 | 5 | 0 | 1 | not $self->Global->exists and $self->Global->is_relative |
370 | 5 | 0 | 1 | not $_->exists and $_->is_relative |
386 | 0 | 0 | 0 | $self->GlobalASA->Session_OnStart and $self->Session->_unset_is_new |
421 | 0 | 0 | 0 | path($self->c->config->{'home'})->subsumes($file) and $file->exists |
512 | 1 | 3 | 0 | &blessed($@) and $@->isa('Catalyst::Exception::Detach') || $@->isa('CatalystX::ASP::Exception::End') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
512 | 2 | 1 | 0 | $@->isa('Catalyst::Exception::Detach') || $@->isa('CatalystX::ASP::Exception::End') |