| blib/lib/RapidApp/TableSpec.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 2 | 22 | 9.0 | 
| line | l | !l | condition | 
|---|---|---|---|
| 211 | 0 | 0 | $seen{$_}++ and die "set_column_order(): column name specified more than once ($_)" | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 140 | 1094 | 0 | 0 | defined $self->limit_columns and scalar @{$self->limit_columns;} > 0 | 
| 145 | 1094 | 0 | 0 | defined $self->exclude_columns and scalar @{$self->exclude_columns;} > 0 | 
| 199 | 0 | 0 | 0 | scalar @_ == 1 and ref $_[0] eq 'ARRAY' | 
| 208 | 0 | 0 | 0 | scalar @_ == 1 and ref $_[0] eq 'ARRAY' | 
| 326 | 0 | 0 | 0 | $opts{'column_property_transforms'} and $opts{'column_property_transforms'}{'name'} | 
| 409 | 0 | 0 | 0 | not ref $role and $role =~ /\s+/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 212 | 0 | 0 | $self->has_column($_) or die "set_column_order(): cannot set the order of non-existant columns ($_)" |