| blib/lib/Data/Object/Cli.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 10 | 36 | 27.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 81 | 0 | 0 | 1 | $auto and $command |
| 135 | 0 | 0 | 0 | $name and $data =~ /\{name\}/u |
| 139 | 0 | 0 | 0 | $info and $data =~ /\{info\}/u |
| 143 | 0 | 0 | 0 | $subs and $data =~ /\{subs\}/u |
| 147 | 0 | 0 | 0 | $opts and $data =~ /\{opts\}/u |
| 151 | 0 | 0 | 0 | $subs and $data =~ /\{commands\}/u |
| 155 | 0 | 0 | 0 | $opts and $data =~ /\{options\}/u |
| line | l | !l | condition |
|---|---|---|---|
| 101 | 2 | 2 | $code ||= 0 |
| 290 | 3 | 2 | $data->{'type'} || 'flag' |
| 307 | 1 | 4 | $args || '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 80 | 1 | 0 | 0 | $self->args->command || $ARGV[0] |
| 241 | 0 | 0 | 0 | $data->{'flag'} || $name |
| 289 | 4 | 1 | 0 | $data->{'flag'} || $name |