Branch Coverage

blib/lib/Cog/Maker.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
35 0 0 if ($ENV{'COG_SYMLINK_INSTALL'}) { }
36 0 0 unless (-l $target and readlink $target eq $source)
43 0 0 unless (-f $target and not -l $target and io($target)->all eq io($source)->all)
108 0 0 unless system("(cd $js; make)") == 0
110 0 0 unless my($file) = glob("$js/all-*.js")
131 0 0 unless system("(cd $css; make)") == 0
132 0 0 unless my($file) = glob("$css/all-*.css")
153 0 0 unless my $build_root = $self->app->build_root
155 0 0 unless my $webapp_root = $self->app->webapp_root
158 0 0 if -e "$build_root/$file_dir"
161 0 0 if -e $webapp_root