| blib/lib/App/gimpgitbuild/API/Worker.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 22 | 0.0 |
| line | l | !l | condition |
|---|---|---|---|
| 85 | 0 | 0 | $args->{'extra_configure_args'} // [] |
| 86 | 0 | 0 | $args->{'extra_meson_args'} // [] |
| 88 | 0 | 0 | $args->{'install_before_test'} // "" |
| 94 | 0 | 0 | $args->{'branch'} //= "master" |
| 95 | 0 | 0 | $args->{'tag'} //= "false" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 54 | 0 | 0 | 0 | length $ENV{'SKIP_CHECK'} || $id =~ /$forcify_tests_re/u |
| 102 | 0 | 0 | 0 | $args->{'git_co'} // $self->_api_obj->base_git_clones_dir . '/' . $args->{'git_checkout_subdir'} |
| 124 | 0 | 0 | 0 | $clean_install || $self->_process_executor eq 'perl' |
| 335 | 0 | 0 | 0 | $worker->_mode eq "clean" or not $BUILD_GIMP_USING_MESON |