Branch Coverage

blib/lib/Teng/Schema/Dumper.pm
Criterion Covered Total %
branch 14 18 77.7


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