| line | % | coverage | condition |
| 101 | 67 | | $db_state and $db_state =~ /^(?:08|57)/ |
| 108 | 50 | | $cgi->url_param('as_html') || 0 |
| 111 | 100 | | $cgi->url_param('use_cookie') || 0 |
| 114 | 100 | | $cgi->url_param('charset') || 'UTF-8' |
| 121 | 50 | | $cgi->param('POSTDATA') || '' |
| 50 | | $cgi->param('PUTDATA') || '' |
| 133 | 33 | | $EncodingMap{$charset} || $charset |
| 148 | 100 | | $offset ||= 0 |
| 162 | 100 | | $limit ||= 0 |
| 219 | 100 | | $http_meth eq 'GET' and $url =~ s[^=/(post|put)/][=/] |
| 100 | | $http_meth eq 'POST' and $url =~ s[^=/put/][=/] |
| 100 | | $http_meth =~ /^(?:GET|POST)$/ and $url =~ s[^=/delete/][=/] |
| 284 | 67 | | $$self{'_type'} || ($as_html ? 'text/html' : 'text/plain') |
| 321 | 67 | | my $callback = $$self{'_callback'} and $Dumper eq \&JSON::Syck::Dump |
| 100 | | my $var = $$self{'_var'} and $Dumper eq \&JSON::Syck::Dump |
| 349 | 100 | | $ext ||= '.json' |
| 356 | 33 | | shift @_ || $BackendName |
| 383 | 67 | | defined $_[0] && $_[0] =~ /^[A-Za-z]\w*$/ |