line |
true |
false |
branch |
48
|
0 |
0 |
if $self->debug
|
60
|
0 |
0 |
-d "$FindBin::Bin/../share" ? :
|
|
0 |
0 |
-d "$FindBin::Bin/share" ? :
|
|
0 |
0 |
unless $ENV{'RAPI_BLOG_SHARE_DIR'}
|
69
|
0 |
0 |
unless my $pm_path = Module::Locate::locate('Rapi::Blog')
|
209
|
0 |
0 |
unless -d $Scaffolds
|
231
|
0 |
0 |
unless -d $CommonUnderlay
|
256
|
0 |
0 |
unless -d $tpl_dir
|
262
|
0 |
0 |
unless -d $loc_assets_dir
|
454
|
0 |
0 |
$self->override_email_recipient ? :
|
461
|
0 |
0 |
if (my $faviconPath = $self->ScaffoldSet->first_config_value_filepath('favicon'))
|
465
|
0 |
0 |
if (my $loginTpl = $self->ScaffoldSet->first_config_value_file('login'))
|
469
|
0 |
0 |
if (my $errorTpl = $self->ScaffoldSet->first_config_value_file('error'))
|