Code Coverage |
||||||||||
Classes and Traits |
Functions and Methods |
Lines |
||||||||
| Total | |
0.00% |
0 / 1 |
|
0.00% |
0 / 2 |
CRAP | |
0.00% |
0 / 5 |
| Composer\Autoload\ComposerStaticInitc6f638afc00286a62375135e8a289b8a | |
0.00% |
0 / 1 |
|
0.00% |
0 / 2 |
6 | |
0.00% |
0 / 5 |
| getInitializer | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 1 |
|||
| anonymousFunction:25#113 | |
0.00% |
0 / 1 |
2 | |
0.00% |
0 / 3 |
|||
| <?php | |
| // autoload_static.php @generated by Composer | |
| namespace Composer\Autoload; | |
| class ComposerStaticInitc6f638afc00286a62375135e8a289b8a | |
| { | |
| public static $prefixLengthsPsr4 = array ( | |
| 'F' => | |
| array ( | |
| 'Fvhockney\\LatexCompiler\\' => 24, | |
| ), | |
| ); | |
| public static $prefixDirsPsr4 = array ( | |
| 'Fvhockney\\LatexCompiler\\' => | |
| array ( | |
| 0 => __DIR__ . '/../..' . '/src', | |
| ), | |
| ); | |
| public static function getInitializer(ClassLoader $loader) | |
| { | |
| return \Closure::bind(function () use ($loader) { | |
| $loader->prefixLengthsPsr4 = ComposerStaticInitc6f638afc00286a62375135e8a289b8a::$prefixLengthsPsr4; | |
| $loader->prefixDirsPsr4 = ComposerStaticInitc6f638afc00286a62375135e8a289b8a::$prefixDirsPsr4; | |
| }, null, ClassLoader::class); | |
| } | |
| } |