Using Pipelines to Format the Output

The output of ckjm is textual. It could be plain text or xml. In the case of xml an XSL transformation may be used to convert the output to html: 
xsltproc -o ckjm.html path_to_xsl/ckjm.xsl path_to_ckjm_xml_outputfile/ckjm.xml
The distribution contains in the xsl directory two sample XSL files.

You can also plot the results in various formats by using gnuplot. Here is a diagram depicting the distribution of the CBO metric within the classes of Eclipse.
the distribution of the CBO metric within the classes of Eclipse

To copy the ckjm's output to the Microsoft Windows clipboard to later paste the results into an MS-Word table, simply pipe the output of ckjm to the winclip command of the Outwit tool suite.