Branch Coverage

blib/lib/App/Spec/Plugin/Format.pm
Criterion Covered Total %
branch 3 12 25.0


line true false branch
17 3 24 unless ($yaml)
49 2 0 unless $out->type eq "data"
51 0 0 if ($format eq 'YAML') { }
0 0 elsif ($format eq 'JSON') { }
0 0 elsif ($format eq 'Table' and is_arrayref($content)) { }
0 0 elsif ($format eq 'Data::Dump') { }