Branch Coverage

blib/lib/JsonSQL/Param/Table.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
21 13 0 if (defined $tableName and $tableName =~ /^[a-zA-Z_][a-zA-Z0-9_]*$/u) { }
28 9 4 if (defined $tableSchema and $tableSchema =~ /^[a-zA-Z_][a-zA-Z0-9_]*$/u)
35 2 11 if (eval { do { $table_rules->is_error } }) { }
65 6 3 if (defined $self->{'_tableSchema'})