Branch Coverage

blib/lib/File/Assets/Filter/YUICompressor.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
26 0 0 exists $_{$setting} ? :
28 0 0 unless $self->cfg->{'jar'}
29 0 0 unless -f $self->cfg->{'jar'} and -r _
52 0 0 if ($cfg =~ /[=;]/)
70 0 0 unless -d $file->parent
72 0 0 unless open my $yc_io, "| $java -jar $jar --type $extension $opt > $file"
77 0 0 unless close $yc_io