Branch Coverage

blib/lib/Giblog/Command/publish.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
35 0 0 unless (defined $remote_rep)
39 0 0 unless (defined $branch)
43 0 0 if ($has_build_option)
45 0 0 if (system(@giblog_build_command) == -1)
51 0 0 if (system(@git_add_command) == -1)
56 0 0 if (system(@git_commit_command) == -1)
60 0 0 if (system(@git_push_command) == -1)
64 0 0 if ($has_deploy_option)
66 0 0 if (system(@giblog_deploy_command) == -1)