summaryrefslogtreecommitdiffstats
path: root/tests/coverage.php
blob: 8d88eee634397f5784d1bf70da3fd2e24ea75f1e (plain)
1
2
3
<?php
$xml = simplexml_load_file("build/coverage/xml/mysql.php.xml");
echo "COVERAGE=" . $xml->file->totals->lines->attributes()->percent;