Branch Coverage

blib/lib/Mojolicious/Command/credentials.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
19 0 0 unless defined $command
23 0 0 if ($command eq 'edit') { }
0 0 elsif ($command eq 'show') { }
0 0 elsif ($command eq 'list') { }
0 0 elsif ($command eq 'remove') { }
0 0 elsif ($command eq 'recode') { }
25 0 0 unless defined $editor
26 0 0 unless &GetOptionsFromArray(\@args, "yaml", \my $yaml, "editor=s", \$editor)
27 0 0 unless my $name = shift @args
29 0 0 $yaml ? :
31 0 0 if $credentials->has($name)
33 0 0 if system shellwords($editor), $filename
37 0 0 if $yaml
40 0 0 unless my $name = shift @args
45 0 0 unless my $name = shift @args