blib/lib/CGI/Lazy/Widget/Dataset.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
235 | 0 | 0 | 0 | $headings and $headings eq 'none' |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 0 | $self->vars->{'deleteName'} || 'Delete' |
384 | 0 | 0 | $recset->data->[$recordnum]{$recset->primarykey} || '' |
545 | 0 | 0 | $$record{$primarykey} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
199 | 0 | 0 | 0 | $$vars{'containerId'} || $widgetID |
221 | 0 | 0 | 0 | $$vars{'formOpenTag'} || $self->q->start_form({-'method', 'post', -'action', $self->q->url}) |
535 | 0 | 0 | 0 | $self->vars->{'formOpenTag'} || $self->q->start_form({-'method', 'post', -'action', $self->q->url}) |