| line | l | !l&&r | !l&&!r | condition | 
 
| 97 | 0 | 0 | 2 | not $ean or length $isbn == 13 and $isbn ne $ean | 
 
|  | 0 | 0 | 2 | not $ean or length $isbn == 13 and $isbn ne $ean or length $isbn == 10 and $isbn ne $self->convert_to_isbn10($ean) | 
 
| 107 | 0 | 0 | 2 | $@ or not $mech->success | 
 
|  | 0 | 0 | 2 | $@ or not $mech->success or not $mech->content | 
 
| 116 | 0 | 0 | 2 | $@ or not $mech->success | 
 
|  | 0 | 0 | 2 | $@ or not $mech->success or not $mech->content | 
 
| 142 | 0 | 3 | 5 | $$data{'title'} ||= $title | 
 
| 143 | 0 | 3 | 5 | $$data{'author'} ||= $author | 
 
| 166 | 0 | 3 | 13 | $$data{'description'} ||= $desc |