ÿØÿàJFIFÿþ ÿÛC       ÿÛC ÿÀÿÄÿÄ"#QrÿÄÿÄ&1!A"2qQaáÿÚ ?Øy,æ/3JæÝ¹È߲؋5êXw²±ÉyˆR”¾I0ó2—PI¾IÌÚiMö¯–þrìN&"KgX:Šíµ•nTJnLK„…@!‰-ý ùúmë;ºgµŒ&ó±hw’¯Õ@”Ü— 9ñ-ë.²1<yà‚¹ïQÐU„ہ?.’¦èûbß±©Ö«Âw*VŒ) `$‰bØÔŸ’ëXÖ-ËTÜíGÚ3ð«g Ÿ§¯—Jx„–’U/ÂÅv_s(Hÿ@TñJÑãõçn­‚!ÈgfbÓc­:él[ðQe 9ÀPLbÃãCµm[5¿ç'ªjglå‡Ûí_§Úõl-;"PkÞÞÁQâ¼_Ñ^¢SŸx?"¸¦ùY騐ÒOÈ q’`~~ÚtËU¹CڒêV  I1Áß_ÿÙ PHP CodeBrowser
false, 'CRAP' => false, 'Checkstyle' => false, 'Coverage' => false, 'PMD' => false, 'Padawan' => false ); foreach ($fileList as $file) foreach ($file->getIssues() as $issue) { $occuringErrorTypes[$issue->foundBy] = true; } $occuringErrorTypes = array_keys(array_filter($occuringErrorTypes)); // Print the tables head echo ' '; echo ' ' . PHP_EOL; echo ' ' . PHP_EOL; echo ' ' . PHP_EOL; foreach ($occuringErrorTypes as $errorType) { echo " " . PHP_EOL; } echo ' ' . PHP_EOL; // Print the file table foreach ($fileList as $filename => $f) { $tag = $oddrow ? 'odd' : 'even'; $oddrow = !$oddrow; $shortName = substr($filename, $preLen); $shortName = str_replace('\\', '/', $shortName); $errors = $f->getErrorCount(); $warnings = $f->getWarningCount(); $counts = array_fill_keys($occuringErrorTypes, ''); foreach ($f->getIssues() as $issue) { $counts[$issue->foundBy] += 1; } echo " " . PHP_EOL; echo " " . PHP_EOL; echo " " . PHP_EOL; echo " " . PHP_EOL; foreach ($counts as $count) { echo " " . PHP_EOL; } echo " " . PHP_EOL; } ?>
FileErrors' . 'Warnings' . '" . "$errorType
$shortName" . "$errors" . "$warnings$count