| blib/lib/Net/ICal/Alarm.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 18 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 104 | 0 | 0 | unless defined $args{'action'} |
| 105 | 0 | 0 | unless defined $args{'trigger'} |
| 108 | 0 | 0 | if ($args{'action'} eq 'DISPLAY' or $args{'action'} eq 'EMAIL') |
| 109 | 0 | 0 | unless defined $args{'description'} |
| 111 | 0 | 0 | if ($args{'action'} ne 'EMAIL' and defined $args{'attendee'}) |
| 119 | 0 | 0 | if ($args{'action'} eq 'PROCEDURE') |
| 120 | 0 | 0 | unless defined $args{'attach'} |
| 124 | 0 | 0 | if (defined $args{'duration'} xor defined $args{'repeat'}) |
| 132 | 0 | 0 | unless (ref $t) |