Branch Coverage

blib/lib/Teng/Schema/Dumper.pm
Criterion Covered Total %
branch 12 16 75.0


line true false branch
12 0 4 @_ == 1 ? :
14 0 4 unless my $dbh = $args{'dbh'}
15 0 4 unless my $namespace = $args{'namespace'}
21 1 3 if (ref $args{'tables'} eq 'ARRAY') { }
1 2 elsif ($args{'tables'}) { }
35 1 1 if $args{'base_row_class'}
55 0 36 if ($col->data_type) { }
63 1 8 if (my $rule = $args->{'inflate'}{$table_info->name})