| blib/lib/App/Sqitch/Plan/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 12 | 14 | 85.7 |
| line | true | false | branch |
|---|---|---|---|
| 78 | 0 | 2577 | @_ == 1 && ref $_[0] ? : |
| 79 | 562 | 2015 | if (my $note = $p->{'note'}) |
| 85 | 461 | 101 | if $note and $p->{'name'} |
| 93 | 1 | 2 | if $note =~ /\S/ |
| 106 | 0 | 2 | unless open my $fh, "<:utf8_strict", $tmp |
| 113 | 1 | 1 | unless $note =~ /\S/ |
| 152 | 316 | 107 | unless length $note |