| blib/lib/Tsk/Fs/Iterator.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 22 | 72.7 |
| line | true | false | branch |
|---|---|---|---|
| 41 | 0 | 1 | unless defined $image and -f $image |
| 42 | 0 | 1 | if not defined $offset or !$offset =~ /^\d+$/u |
| 105 | 55 | 0 | if ($fs_meta) |
| 107 | 55 | 0 | if ($fs_name) |
| 110 | 5 | 38 | if ($name =~ /^\$/u or $name eq '.' or $name eq '..') |
| 115 | 2 | 36 | if ($type == $Tsk::Fs::Iterator::TSK_FS_META_TYPE_DIR) { } |
| 168 | 0 | 40 | unless defined $$self{'fs_info'} and defined $$self{'inumstack'} |
| 172 | 36 | 4 | if (@$fstack > 0) |
| 177 | 3 | 1 | if (@$dstack > 0) |
| 182 | 1 | 2 | if @newDirs > 0 |
| 183 | 3 | 0 | if @$newFiles > 0 |