| blib/lib/Mojo/Facebook.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 16 | 75.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 336 | 0 | 4 | 0 | ref $json eq 'HASH' and $$json{'error'} |
| line | l | !l | condition |
|---|---|---|---|
| 154 | 1 | 0 | $$args{'from'} || 'me' |
| 321 | 3 | 1 | shift() || 'me' |
| 322 | 1 | 3 | shift() || 'square' |
| 323 | 0 | 4 | $ENV{'FAKE_FACEBOOK_URL'} || 'https://graph.facebook.com' |
| 353 | 4 | 1 | $ENV{'FAKE_FACEBOOK_URL'} || 'https://graph.facebook.com' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 267 | 1 | 1 | 3 | $name eq 'to' or $name eq 'action' |