Branch Coverage

lib/PAGI/App/Loader.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
39 1 1 unless ($app)
59 0 0 if ($self->{'reload'} and $self->{'_app'})
61 0 0 if (@stat and $stat[9] > $self->{'_mtime'})
66 0 2 if $self->{'_app'}
70 1 1 if @stat
73 0 2 if ($@)
77 1 1 unless ($app)
78 1 0 if $!
79 1 0 unless $app
82 0 1 unless (ref $app eq "CODE")