| blib/lib/Rose/DB/Object/Metadata/ColumnList.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 19 | 26 | 73.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 26 | 1 | 308 | if (@_) | 
| 30 | 1 | 0 | if (@_ == 1 and ref $_[0] eq 'ARRAY') { } | 
| 40 | 1 | 308 | unless defined wantarray | 
| 42 | 0 | 308 | unless ($meta) | 
| 44 | 0 | 0 | wantarray ? : | 
| 47 | 77 | 231 | unless (@{$self->{'columns'} ||= [];}) | 
| 53 | 3 | 234 | unless $meta->column($_) | 
| 54 | 0 | 77 | unless $meta->column($_) | 
| 231 | 77 | wantarray ? : | |
| 63 | 568 | 77 | if (@{$self->{'columns'} ||= [];}) | 
| 65 | 448 | 120 | wantarray ? : | 
| 71 | 77 | 0 | wantarray ? : | 
| 78 | 0 | 3 | if (@_ == 1 and ref $_[0] eq 'ARRAY') { } |