blib/lib/Tak/Script.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 18 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | if (-e $file) { } |
77 | 0 | 0 | unless (@argv and $argv[0]) |
82 | 0 | 0 | if (my $code = $self->can("local_$cmd")) { } |
0 | 0 | elsif ($code = $self->can("each_$cmd")) { } | |
0 | 0 | elsif ($code = $self->can("every_$cmd")) { } | |
105 | 0 | 0 | if (my $proto = prototype $code) { } |
121 | 0 | 0 | unless (@targets) |
136 | 0 | 0 | unless (@targets) |
149 | 0 | 0 | if $self->options->{'local'} |