| blib/lib/App/Addex/AddressBook/AppleScript.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 112 | 0 | 0 | 0 | @input and $input[-1] =~ /\A- END $1\Z/ |
| 179 | 0 | 0 | 0 | @emails > 1 and my $default = $fields{'default_email'} |
| line | l | !l | condition |
|---|---|---|---|
| 137 | 0 | 0 | $$person{'note'} // '' |
| 146 | 0 | 0 | $$person{'first name'} // '' |
| 147 | 0 | 0 | $$person{'middle name'} // '' |
| 148 | 0 | 0 | $$person{'last name'} // '' |
| 149 | 0 | 0 | $$person{'suffix'} // '' |
| 151 | 0 | 0 | $fields{'use middle'} // 1 |