line |
l |
!l&&r |
!l&&!r |
condition |
327
|
0 |
0 |
196 |
$script_dirs[$#script_dirs - 1] eq "bin" or $script_dirs[$#script_dirs - 1] eq "public" |
|
0 |
0 |
196 |
$script_dirs[$#script_dirs - 1] eq "bin" or $script_dirs[$#script_dirs - 1] eq "public" or $script_dirs[$#script_dirs - 1] eq "t" |
333
|
68 |
128 |
0 |
$ENV{'DANCER_APPDIR'} || ($LAYOUT_PRE_DANCER_1_2 ? $script_path : 'File::Spec'->rel2abs(path($script_path, '..'))) |
345
|
0 |
128 |
0 |
$ENV{'DANCER_CONFDIR'} || $appdir |
348
|
0 |
196 |
0 |
$ENV{'DANCER_PUBLIC'} || Dancer::FileUtils::path($appdir, 'public') |
351
|
0 |
196 |
0 |
$ENV{'DANCER_VIEWS'} || Dancer::FileUtils::path($appdir, 'views') |
408
|
1 |
0 |
0 |
'Dancer::SharedData'->response || 'Dancer::Response'->new |