Branch Coverage

blib/lib/App/revealup/cli/export.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
11 0 3 unless $sub_command
12 1 2 if ($sub_command eq 'generate')
15 3 0 if (grep {$_ eq $sub_command;} @{$self->sub_commands;})
17 3 0 if (eval "require $klass;1;")