-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathApi.php.xml
More file actions
17 lines (17 loc) · 791 Bytes
/
Api.php.xml
File metadata and controls
17 lines (17 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?>
<phpunit xmlns="http://schema.phpunit.de/coverage/1.0">
<file name="Api.php">
<totals>
<lines total="46" comments="11" code="35" executable="22" executed="0" percent="0.00%"/>
<methods count="1" tested="0" percent="0.00%"/>
<functions count="0" tested="0" percent=""/>
<classes count="1" tested="0" percent="0.00%"/>
<traits count="0" tested="0" percent=""/>
</totals>
<class name="ApiClient" start="9" executable="22" executed="0" crap="12">
<package full="Codacy" name="Codacy" sub="" category=""/>
<namespace name="Codacy\Coverage\Api"/>
<method name="postData" signature="postData($url, $data)" start="18" end="46" crap="12" executable="22" executed="0" coverage="0"/>
</class>
</file>
</phpunit>