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