| blib/lib/Metaweb.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 19 | 36.8 |
| line | l | !l | condition |
|---|---|---|---|
| 145 | 0 | 2 | $$args{'server'} || 'http://www.freebase.com' |
| 146 | 0 | 2 | $$args{'read_path'} || '/api/service/mqlread' |
| 147 | 0 | 2 | $$args{'write_path'} || '/api/service/mqlwrite' |
| 148 | 0 | 2 | $$args{'login_path'} || '/api/account/login' |
| 302 | 1 | 0 | $$args{'type'} || 'read' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 308 | 1 | 0 | 0 | $self->server || warn('Server not specified') |
| 313 | 0 | 0 | 0 | $self->write_path || warn('Query URL not specified for write') |
| 317 | 1 | 0 | 0 | $self->read_path || warn('Query URL not specified for read') |