Branch Coverage

lib/Mojolicious/Plugin/Fondation/Command/fondation.pm
Criterion Covered Total %
branch 7 36 19.4


line true false branch
37 0 0 unless $subcommand
40 0 0 if /^plan$/u
41 0 0 if /^init$/u
42 0 0 if /^upgrade$/u
43 0 0 if /^refresh$/u
54 4 0 ref $step eq 'ARRAY' ? :
69 0 5 unless $plugin_steps and ref $plugin_steps eq "ARRAY" and @$plugin_steps
85 0 2 unless $plugin_clean and ref $plugin_clean eq "ARRAY" and @$plugin_clean
96 0 0 unless $subcommand
99 0 0 if /^init$/u
100 0 0 if /^upgrade$/u
101 0 0 if /^refresh$/u
118 0 0 ref $step eq 'ARRAY' ? :
135 0 0 ref $step eq 'ARRAY' ? :
148 0 0 if (@clean)
203 1 0 if (@clean_plugins)
211 1 1 if (-d $path) { }
1 0 elsif (-f $path) { }