blib/lib/App/Nopaste/Command.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 12 | 50.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
69 | 14 | 3 | 0 | defined $self->{'services'} and not ref $self->{'services'} |
132 | 1 | 0 | 1 | $self->paste and @{$self->extra_argv;} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
89 | 0 | 0 | 2 | $self->paste or $files[0] eq '-' |
109 | 0 | 2 | 0 | $args{'text'} ||= $text |