| blib/lib/App/Addex/AddressBook/AppleScript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | @input and $input[-1] =~ /\A- END $1\Z/u |
| 200 | 0 | 0 | 0 | @emails > 1 and my $default = $fields{'default_email'} |
| line | l | !l | condition |
|---|---|---|---|
| 152 | 0 | 0 | $person->{'note'} // '' |
| 167 | 0 | 0 | $person->{'first name'} // '' |
| 168 | 0 | 0 | $person->{'middle name'} // '' |
| 169 | 0 | 0 | $person->{'last name'} // '' |
| 170 | 0 | 0 | $person->{'suffix'} // '' |
| 172 | 0 | 0 | $fields{'use middle'} // 1 |