forked from sarnold/cccc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprn2.xmlref
91 lines (91 loc) · 2.92 KB
/
prn2.xmlref
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<?xml version="1.0" encoding="utf-8"?>
<!--Report on software metrics-->
<CCCC_Project>
<project_summary>
<number_of_modules value="1" level="0" />
<lines_of_code value="6" level="0" />
<lines_of_code_per_module value="6.000" level="0" />
<McCabes_cyclomatic_complexity value="1" level="0" />
<McCabes_cyclomatic_complexity_per_module value="1.000" level="0" />
<lines_of_comment value="9" level="0" />
<lines_of_comment_per_module value="9.000" level="0" />
<lines_of_code_per_line_of_comment value="------" level="0" />
<McCabes_cyclomatic_complexity_per_line_of_comment value="------" level="0" />
<IF4 value="0" level="0" />
<IF4_per_module value="0.000" level="0" />
<IF4_visible value="0" level="0" />
<IF4_visible_per_module value="0.000" level="0" />
<IF4_concrete value="0" level="0" />
<IF4_concrete value="0.000" level="0" />
<rejected_lines_of_code value="0" level="0" />
</project_summary>
<procedural_summary>
<module>
<name>anonymous</name>
<lines_of_code value="6" level="0" />
<McCabes_cyclomatic_complexity value="1" level="0" />
<lines_of_comment value="9" level="0" />
<lines_of_code_per_line_of_comment value="------" level="0" />
<McCabes_cyclomatic_complexity_per_line_of_comment value="------" level="0" />
</module>
</procedural_summary>
<procedural_detail>
<module>
<name>anonymous</name>
<member_function>
<name>alfPrintSpaces(int,FILE *)</name>
<extent>
<description>definition</description>
<source_reference file="prn2.cc" line="15" />
</extent>
<lines_of_code value="6" level="0" />
<McCabes_cyclomatic_complexity value="1" level="0" />
<lines_of_comment value="9" level="0" />
<lines_of_code_per_line_of_comment value="------" level="0" />
<McCabes_cyclomatic_complexity_per_line_of_comment value="------" level="0" />
</member_function>
</module>
</procedural_detail>
<oo_design>
<module>
<name>anonymous</name>
<weighted_methods_per_class_unity value="1" level="0" />
<weighted_methods_per_class_visibility value="0" level="0" />
<depth_of_inheritance_tree value="0" level="0" />
<number_of_children value="0" level="0" />
<coupling_between_objects value="0" level="0" />
</module>
</oo_design>
<structural_summary>
<module>
<name>anonymous</name>
<fan_out_visible value="0" level="0" />
<fan_out_concrete value="0" level="0" />
<fan_out value="0" level="0" />
<fan_in_visible value="0" level="0" />
<fan_in_concrete value="0" level="0" />
<fan_in value="0" level="0" />
<IF4_visible value="0" level="0" />
<IF4_concrete value="0" level="0" />
<IF4 value="0" level="0" />
</module>
</structural_summary>
<structural_detail>
<module>
<name>anonymous</name>
<client_module>
</client_module>
<supplier_module>
</supplier_module>
</module>
</structural_detail>
<other_extents>
<rejected_extent>
<name><file scope items></name>
<source_reference file="prn2.cc" line="1" />
<lines_of_code value="0" level="0" />
<lines_of_comment value="0" level="0" />
<McCabes_cyclomatic_complexity value="0" level="0" />
</rejected_extent>
</other_extents>
</CCCC_Project>