line |
l |
!l&&r |
!l&&!r |
condition |
326
|
0 |
0 |
194 |
$script_dirs[$#script_dirs - 1] eq "bin" or $script_dirs[$#script_dirs - 1] eq "public" |
|
0 |
0 |
194 |
$script_dirs[$#script_dirs - 1] eq "bin" or $script_dirs[$#script_dirs - 1] eq "public" or $script_dirs[$#script_dirs - 1] eq "t" |
332
|
67 |
127 |
0 |
$ENV{'DANCER_APPDIR'} || ($LAYOUT_PRE_DANCER_1_2 ? $script_path : 'File::Spec'->rel2abs(path($script_path, '..'))) |
344
|
0 |
127 |
0 |
$ENV{'DANCER_CONFDIR'} || $appdir |
347
|
0 |
194 |
0 |
$ENV{'DANCER_PUBLIC'} || Dancer::FileUtils::path($appdir, 'public') |
350
|
0 |
194 |
0 |
$ENV{'DANCER_VIEWS'} || Dancer::FileUtils::path($appdir, 'views') |
407
|
1 |
0 |
0 |
'Dancer::SharedData'->response || 'Dancer::Response'->new |