public function debug_info()
 {
     $debug = array();
     foreach ($this->foundpaths as $path => $chunks) {
         $debug['paths'][$path] = $chunks;
     }
     return array_merge($debug, parent::debug_info());
 }