| blib/lib/Linux/Taskstats/Read.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 9 | 16 | 56.2 | 
| line | true | false | branch | 
|---|---|---|---|
| 58 | 0 | 3 | unless $Ver{$self} = $args{'-ver'} || $args{'-version'} | 
| 61 | 0 | 3 | if $args{'-file'} | 
| 70 | 0 | 3 | unless (-f $file and -r _) | 
| 74 | 0 | 3 | unless sysopen $Fh{$self}, $file, 0 | 
| 83 | 1 | 16 | unless sysread $Fh{$self}, my $rec, $Size{$Ver{$self}}, 0 | 
| 98 | 0 | 1 | unless sysread $Fh{$self}, my $rec, $Size{$Ver{$self}}, 0 | 
| 105 | 3 | 0 | if $Fh{$_[0]} | 
| 133 | 0 | 3 | if $super |