blib/lib/CBI/Wrapper/Field.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
49 | 0 | 0 | defined $args->{'type'} ? : |
0 | 0 | defined $args->{'truncate'} ? : | |
56 | 0 | 0 | unless defined $self->get_content |
71 | 0 | 0 | if (length $content > $self->get_length) |
72 | 0 | 0 | if ($self->get_truncate eq 'yes') { } |
79 | 0 | 0 | if ($self->get_type eq 'n') { } |
85 | 0 | 0 | if ($no_spaces eq '') { } |
92 | 0 | 0 | defined $content && $content ne '' ? : |