| blib/lib/Syndication/ESF.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 17 | 22 | 77.2 |
| line | true | false | branch |
|---|---|---|---|
| 93 | 19 | 10 | if (@_ == 1) { } |
| 10 | 0 | elsif (@_ > 1) { } | |
| 105 | 3 | 12 | if ($_ eq 'contact') |
| 155 | 1 | 1 | if ($mode and $mode eq 'insert') { } |
| 181 | 4 | 22 | if $line =~ /^#/ |
| 186 | 2 | 20 | if ($line eq '') |
| 194 | 6 | 14 | if ($metamode) { } |
| 215 | 0 | 1 | unless open my $esf, $file |
| 219 | 0 | 1 | unless close $esf |
| 258 | 0 | 1 | unless open my $esf, ">$file" |
| 262 | 0 | 1 | unless close $esf |