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 |
---|---|---|---|
130 | 0 | 0 | $term ||= "" |
133 | 0 | 0 | $split || '' |
160 | 0 | 0 | eval { |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
55 | 0 | 0 | 0 | $self->vtide->config->data->{'title'} || $name |
96 | 0 | 0 | 0 | $self->defaults->{'windows'} || $self->config->get->{'count'} |
126 | 0 | 0 | 0 | not $conf or ref $conf ne "HASH" |
131 | 0 | 0 | 0 | $split ||= $conf->{'split'} |
134 | 0 | 0 | 0 | not defined $split or $split eq "" |