Branch Coverage

blib/lib/Giblog/Command/all.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
40 0 0 unless ($has_no_build_option)
42 0 0 if (system(@giblog_build_command) == -1)
47 0 0 unless ($has_no_save_option)
49 0 0 if (system(@giblog_save_command) == -1)
54 0 0 unless ($has_no_publish_option)
56 0 0 if (system(@giblog_publish_command) == -1)
61 0 0 unless ($has_no_deploy_option)
63 0 0 if (system(@giblog_deploy_command) == -1)