lib/Web/DataService/IDocument.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 32 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
40 | 0 | 0 | 0 | $disp eq 'para' and $doc_string ne '' |
line | l | !l | condition |
---|---|---|---|
38 | 0 | 0 | $ds->node_attr($path, 'doc_string') // '' |
61 | 0 | 0 | $request->node_path || '/' |
64 | 0 | 0 | $ds->node_attr($path, 'title') || '' |
121 | 0 | 0 | $doc || '' |
151 | 0 | 0 | $options ||= {} |
214 | 0 | 0 | $request->{'ds'}->node_attr($request, 'output_label') || 'basic' |
271 | 0 | 0 | $options ||= {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
64 | 0 | 0 | 0 | $base_label ||= $ds->node_attr($path, 'title') || '' |
84 | 0 | 0 | 0 | $ds->node_attr($node, 'title') || $component |
154 | 0 | 0 | 0 | $options->{'list'} || $request->node_path |
188 | 0 | 0 | 0 | $ruleset_name ||= $ds->determine_ruleset($request->node_path) |
272 | 0 | 0 | 0 | $options->{'path'} || $request->node_path |