digraph G { compound="true" rankdir="TB" bgcolor="white" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="deepskyblue4" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "codeexplorer" [fillcolor="deepskyblue2"]; "cli" [fillcolor="deepskyblue2"]; "common" [fillcolor="deepskyblue2"]; "codeanalyzer" [fillcolor="deepskyblue2"]; "reports" [fillcolor="deepskyblue2"]; "codeexplorer" -> "common" [label=" 17 ", penwidth="2"]; "codeexplorer" -> "codeanalyzer" [label=" 22 ", penwidth="2"]; "codeexplorer" -> "cli" [label=" 1 ", penwidth="1"]; "codeexplorer" -> "reports" [label=" 1 ", penwidth="1"]; "cli" -> "common" [label=" 1 ", penwidth="1"]; "cli" -> "codeanalyzer" [label=" 1 ", penwidth="1"]; "cli" -> "reports" [label=" 1 ", penwidth="1"]; "codeanalyzer" -> "common" [label=" 83 ", penwidth="10"]; "reports" -> "codeanalyzer" [label=" 48 ", penwidth="5"]; "reports" -> "common" [label=" 34 ", penwidth="4"]; }