line |
true |
false |
branch |
36
|
0 |
0 |
if ($ENV{'COG_SYMLINK_INSTALL'}) { }
|
37
|
0 |
0 |
unless (-l $target and readlink $target eq $source)
|
44
|
0 |
0 |
unless (-f $target and not -l $target and io($target)->all eq io($source)->all)
|
109
|
0 |
0 |
unless system("(cd $js; make)") == 0
|
111
|
0 |
0 |
unless my($file) = glob("$js/all-*.js")
|
132
|
0 |
0 |
unless system("(cd $css; make)") == 0
|
133
|
0 |
0 |
unless my($file) = glob("$css/all-*.css")
|
143
|
0 |
0 |
unless -e "$webapp/image"
|
162
|
0 |
0 |
unless my $build_root = $self->app->build_root
|
164
|
0 |
0 |
unless my $webapp_root = $self->app->webapp_root
|
167
|
0 |
0 |
if -e "$build_root/$file_dir"
|
170
|
0 |
0 |
if -e $webapp_root
|