blib/lib/App/makedpkg.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 25 | 12.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 11 | 2 | 0 | $config and keys %$config |
96 | 0 | 0 | 0 | not ref $v and $v =~ /^`(.+)`$/ |
190 | 0 | 0 | 0 | $$files{'to'} and $$files{'from'} |
248 | 0 | 0 | 0 | -e "$template_dir/$file" and not $opt->force |
line | l | !l | condition |
---|---|---|---|
66 | 0 | 13 | $config // '' |
93 | 0 | 0 | ref $h || '' |
139 | 0 | 0 | $$self{'config'}{'build'} //= {} |
140 | 0 | 0 | $$self{'config'}{'build'}{'directory'} //= 'debuild' |
229 | 0 | 0 | $$self{'config'}{'build'}{'command'} || 'debuild' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
121 | 0 | 0 | 0 | $$self{'config'}{'verbose'} ||= $opt->verbose ? 1 : 0 |