blib/lib/Giblog/Command/save.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
32 | 0 | 0 | unless (defined $message) |
36 | 0 | 0 | unless (defined $remote_rep) |
40 | 0 | 0 | unless (defined $branch) |
45 | 0 | 0 | if (system(@git_add_command) == -1) |
49 | 0 | 0 | if (system(@git_commit_command) == -1) |
53 | 0 | 0 | if (system(@git_push_command) == -1) |