| blib/lib/Git/Repository/Plugin/Blame/Line.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 10 | 10 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 94 | 2 | 61 | if not defined $args{$arg} or $args{$arg} eq '' | 
| 97 | 1 | 29 | unless defined $args{'line'} | 
| 100 | 1 | 28 | unless $args{'line_number'} =~ /^\d+$/ | 
| 103 | 1 | 27 | if not defined $commit_attributes or ref $commit_attributes ne 'HASH' | 
| 109 | 189 | 43 | unless $name =~ /^(?:author|committer)-mail$/x |