| blib/lib/Data/ICal/Property.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 24 | 28 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 90 | 362 | 289 | if (@_) |
| 131 | 2 | 2 | if ($ENCODINGS{$encoding}) { } |
| 157 | 0 | 2 | if (not defined $encoding) { } |
| 2 | 0 | elsif ($ENCODINGS{$encoding}) { } | |
| 206 | 202 | 2 | if ($args{'fold'}) |
| 230 | 204 | 0 | defined $self->value ? : |
| 232 | 151 | 53 | unless ($self->vcal10) |
| 234 | 150 | 1 | unless lc $key eq 'rrule' or lc $key eq 'geo' |
| 235 | 151 | 0 | unless lc $key eq 'rrule' |
| 258 | 2 | 21 | ref $value ? : |
| 286 | 1 | 24 | if ($val =~ /"/) |
| 295 | 4 | 21 | /[;,:]/ ? : |
| 323 | 3 | 199 | if ($quoted_printable) { } |
| 329 | 183 | 16 | unless length $string > 75 |