blib/lib/MooX/Role/RunAlone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 14 | 18 | 77.7 |
line | true | false | branch |
---|---|---|---|
59 | 1 | 19 | if scalar keys %args != scalar keys %default_lock_args |
64 | 10 | 23 | unless $args{$_} =~ /^[1-9]$/ |
74 | 0 | 17 | if $args{'verbose'} |
75 | 3 | 14 | if $proto->_runalone_lock($args{'noexit'}) |
77 | 0 | 14 | if $args{'verbose'} |
78 | 8 | 6 | if ($args{'attempts'}) { } |
1 | 5 | elsif ($args{'noexit'}) { } | |
79 | 8 | 0 | if $args{'attempts'} |
89 | 0 | 4 | if $args{'verbose'} and $ret |