| line | true | false | branch | 
 
| 67 | 0 | 0 | unless defined $volume and length $volume | 
 
| 68 | 0 | 0 | unless defined $dir and length $dir | 
 
| 69 | 0 | 0 | unless defined $file and length $file | 
 
| 71 | 0 | 0 | if defined $volume | 
 
| 72 | 0 | 0 | if defined $volume and defined $dir | 
 
| 73 | 0 | 0 | if defined $dir | 
 
| 74 | 0 | 0 | if defined $file | 
 
| 75 | 0 | 0 | if $Badger::Filesystem::FileSpec::Universal::DEBUG | 
 
| 83 | 0 | 0 | if $dir =~ s/^(\w+):// | 
 
| 84 | 0 | 0 | if $dir =~ s[([^/]+)$][] | 
 
| 87 | 0 | 0 | if $Badger::Filesystem::FileSpec::Universal::DEBUG | 
 
| 93 | 0 | 0 | if $Badger::Filesystem::FileSpec::Universal::DEBUG | 
 
| 110 | 0 | 0 | if ($node eq '.') { } | 
 
|  | 0 | 0 | elsif ($node eq '..') { } | 
 
| 114 | 0 | 0 | if @path |