| blib/lib/App/Sybil.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 22 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 21 | 0 | 0 | if ($? == -1) | 
| 34 | 0 | 0 | unless $self->_build($target) | 
| 38 | 0 | 0 | unless (copy("bazel-bin/$target.tgz", $file)) | 
| 55 | 0 | 0 | unless $self->_build($target, @options) | 
| 59 | 0 | 0 | unless (copy("bazel-bin/$target.zip", $file)) | 
| 71 | 0 | 0 | unless $self->_build_linux($project, $version) | 
| 72 | 0 | 0 | unless $self->_build_windows($project, $version) | 
| 117 | 0 | 0 | $target =~ /^win/u ? : | 
| 125 | 0 | 0 | unless (-e $file) | 
| 146 | 0 | 0 | if (-f $self->local_config) { } | 
| 0 | 0 | elsif (-f $self->global_config) { } |