| blib/lib/App/Sqitch/Plan/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 12 | 14 | 85.7 | 
| line | true | false | branch | 
|---|---|---|---|
| 78 | 0 | 2527 | @_ == 1 && ref $_[0] ? : | 
| 79 | 560 | 1967 | if (my $note = $p->{'note'}) | 
| 85 | 459 | 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 | 310 | 106 | unless length $note |