blib/lib/WWW/WolframAlpha/ValidateQuery.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
61 | 0 | 0 | 0 | defined $success and $success eq 'true' |
65 | 0 | 0 | 0 | defined $error and $error eq 'false' |
0 | 0 | 0 | defined $error and $error ne 'false' |
line | l | !l | condition |
---|---|---|---|
51 | 0 | 0 | $$self{'xmlo'}{'timing'} || undef |
52 | 0 | 0 | $$self{'xmlo'}{'parsetiming'} || undef |
53 | 0 | 0 | $$self{'xmlo'}{'assumptions'} || undef |
54 | 0 | 0 | $$self{'xmlo'}{'success'} || undef |
55 | 0 | 0 | $$self{'xmlo'}{'error'} || undef |
56 | 0 | 0 | $$self{'xmlo'}{'warnings'} || undef |