| blib/lib/Git/Repository/Plugin/Blame/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 10 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 93 | 2 | 35 | if not defined $args{$arg} or $args{$arg} eq '' |
| 96 | 1 | 16 | unless defined $args{'line'} |
| 99 | 1 | 15 | unless $args{'line_number'} =~ /^\d+$/ |
| 103 | 1 | 14 | if not defined $commit_attributes or ref $commit_attributes ne 'HASH' |
| 109 | 72 | 17 | unless $name =~ /^(?:author|committer)-mail$/x |