| blib/lib/Rose/HTML/Form/Field/Collection.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 11 | 26 | 42.3 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 328 | 191 | 3 | 4 | @_ == 1 and ref $_[0] eq "ARRAY" | 
| 345 | 0 | 5 | 0 | $self->can("form") and $self->form($field->local_name) | 
| 363 | 254 | 216 | 1 | $self->can("form") and $self->form($arg) | 
| 503 | 0 | 0 | 5 | $fields && @$fields | 
| line | l | !l | condition | 
|---|---|---|---|
| 423 | 0 | 0 | (shift())->fields || [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 92 | 0 | 0 | 0 | $where eq "before" or $where eq "after" | 
| 133 | 1 | 0 | 0 | $self->has_children or not $self->is_self_closing | 
| 156 | 1 | 0 | 0 | $self->has_children or not $self->is_self_closing | 
| 206 | 401 | 0 | 0 | ref $self || $self |