Branch Coverage

blib/lib/CatalystX/ASP.pm
Criterion Covered Total %
branch 25 42 59.5


line true false branch
363 1 5 if (not $self->Global->exists and $self->Global->is_relative)
370 1 5 if ($_->is_relative) { }
386 0 6 if $self->Session->_is_new
406 4 4 if $self->_include_file_is_cached($include)
412 4 0 if ($file->exists)
421 0 0 if (path($self->c->config->{'home'})->subsumes($file) and $file->exists)
438 6 21 $without_checksum ? :
443 25 2 if (length $file >= 35) { }
486 0 32 if $self->Debug
487 0 32 if $self->Debug
489 0 32 if (my $reftype = ref $code) { }
490 0 0 if ($reftype eq 'CODE') { }
0 0 elsif ($reftype eq 'SCALAR') { }
506 32 0 $code =~ /::/ ? :
509 4 28 if ($@)
512 1 3 unless &blessed($@) and $@->isa('Catalyst::Exception::Detach') || $@->isa('CatalystX::ASP::Exception::End')
518 2 2 if $@->isa('Catalyst::Exception::Detach')
535 9 1 if $self->_setup_finished
539 0 10 if ($self->Session->IsAbandoned)
545 0 0 if ($c->can('delete_session')) { }
0 0 elsif ($c->can('session_cache')) { }