| blib/lib/Flickr/License/Helper.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | defined $key and !(exists $$self{'api_key'} && defined $$self{'api_key'}) || $$self{'api_key'} ne $key |
| 140 | 0 | 0 | 0 | $$node{'type'} eq 'tag' and $$node{'name'} eq 'licenses' |
| 142 | 0 | 0 | 0 | $$license{'type'} eq 'tag' and $$license{'name'} eq 'license' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 72 | 0 | 0 | 0 | !(exists $$self{'api_key'} && defined $$self{'api_key'}) || $$self{'api_key'} ne $key |