lib/Web/DataService/Request.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 26 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
104 | 0 | 0 | 0 | ref $_[0] and $_[0]->isa('Web::DataService') |
187 | 0 | 0 | 0 | ref $ds->{'doc_path_regex'} eq 'Regexp' and $node_path =~ /$ds->{'doc_path_regex'}/ |
0 | 0 | 0 | $ds->{'doc_index'} and $node_path eq $ds->{'doc_index'} | |
235 | 0 | 0 | 0 | $self->{'is_doc_request'} and my $doc_path = $ds->check_for_template($node_path) |
295 | 0 | 0 | 0 | defined $self->{'rest_path'} and $self->{'rest_path'} ne '' |
302 | 0 | 0 | 0 | defined $self->{'rest_path'} and $self->{'rest_path'} ne '' |
line | l | !l | condition |
---|---|---|---|
243 | 0 | 0 | $self->{'is_node_path'} //= 0 |
275 | 0 | 0 | $self->{'is_node_path'} //= 1 |
456 | 0 | 0 | $ds->special_param($param) || (return) |
485 | 0 | 0 | $ds->special_param($param) || (return) |