| blib/lib/App/VTide/Command/Start.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 24 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 62 | 0 | 0 | 0 | $self->config->get->{'start'}{'ctags'} and -x $ctags |
| line | l | !l | condition |
|---|---|---|---|
| 131 | 0 | 0 | $term ||= "" |
| 134 | 0 | 0 | $split || '' |
| 161 | 0 | 0 | eval { |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | $self->vtide->config->data->{'title'} || $name |
| 97 | 0 | 0 | 0 | $self->defaults->{'windows'} || $self->config->get->{'count'} |
| 127 | 0 | 0 | 0 | not $conf or ref $conf ne "HASH" |
| 132 | 0 | 0 | 0 | $split ||= $conf->{'split'} |
| 135 | 0 | 0 | 0 | not defined $split or $split eq "" |