/vendor/phpunit/php-code-coverage/tests/_files/Report/XML/CoverageForFileWithIgnoredLines/source_with_ignore.php.xml

https://bitbucket.org/alan_cordova/api-sb-map · XML · 28 lines · 28 code · 0 blank · 0 comment · 0 complexity · 40faf375fb69df07fb5089707433fb28 MD5 · raw file

  1. <?xml version="1.0"?>
  2. <phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
  3. <file name="source_with_ignore.php">
  4. <totals>
  5. <lines total="37" comments="12" code="25" executable="2" executed="1" percent="50.00%"/>
  6. <methods count="0" tested="0" percent=""/>
  7. <functions count="1" tested="0" percent="0.00%"/>
  8. <classes count="0" tested="0" percent=""/>
  9. <traits count="0" tested="0" percent=""/>
  10. </totals>
  11. <class name="Foo" start="11" executable="0" executed="0" crap="1">
  12. <package full="" name="" sub="" category=""/>
  13. <namespace name=""/>
  14. <method name="bar" signature="bar()" start="13" end="15" crap="1" executable="0" executed="0" coverage="100"/>
  15. </class>
  16. <class name="Bar" start="18" executable="0" executed="0" crap="1">
  17. <package full="" name="" sub="" category=""/>
  18. <namespace name=""/>
  19. <method name="foo" signature="foo()" start="23" end="25" crap="1" executable="0" executed="0" coverage="100"/>
  20. </class>
  21. <function name="baz" signature="baz()" start="28" crap="0" executable="0" executed="0" coverage="0"/>
  22. <coverage>
  23. <line nr="2">
  24. <covered by="FileWithIgnoredLines"/>
  25. </line>
  26. </coverage>
  27. </file>
  28. </phpunit>