mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-18 18:48:05 +00:00
- Implemented CMF indicator in Cmf.cs with detailed calculations and methods. - Created unit tests for CMF validation against Skender, Ooples, and batch processing. - Added documentation for CMF in Cmf.md, explaining its purpose, calculations, and usage. - Updated project files to include new statistics library. - Updated NDepend badges to reflect changes in classes, methods, and lines of code.
22 lines
1.4 KiB
XML
22 lines
1.4 KiB
XML
<svg xmlns='http://www.w3.org/2000/svg'
|
|
xmlns:xlink='http://www.w3.org/1999/xlink' width='281.4414' height='20' role='img' aria-label='languages: 5'>
|
|
<title>Average Cyclomatic Complexity for Methods: 2.24</title>
|
|
<linearGradient id='s' x2='0' y2='100%'>
|
|
<stop offset='0' stop-color='#bbb' stop-opacity='.1'/>
|
|
<stop offset='1' stop-opacity='.1'/>
|
|
</linearGradient>
|
|
<clipPath id='r'>
|
|
<rect width='281.4414' height='20' rx='3' fill='#fff'/>
|
|
</clipPath>
|
|
<g clip-path='url(#r)'>
|
|
<rect width='246.08594' height='20' fill='#555'/>
|
|
<rect x='246.08594' width='35.35547' height='20' fill='#007ec6'/>
|
|
<rect width='281.4414' height='20' fill='url(#s)'/>
|
|
</g>
|
|
<g fill='#FFF' text-anchor='center' font-family='Verdana,Geneva,DejaVu Sans,sans-serif' text-rendering='geometricPrecision' font-size='110'>
|
|
<text aria-hidden='true' x='40' y='150' fill='#010101' fill-opacity='.3' transform='scale(.1)' textLength='2360.8594'>Average Cyclomatic Complexity for Methods</text>
|
|
<text x='40' y='140' transform='scale(.1)' fill='#FFF' textLength='2360.8594'>Average Cyclomatic Complexity for Methods</text>
|
|
<text aria-hidden='true' x='2500.8594' y='150' fill='#010101' fill-opacity='.3' transform='scale(.1)' textLength='233.55469'>2.24</text>
|
|
<text x='2500.8594' y='140' transform='scale(.1)' fill='#FFF' textLength='233.55469'>2.24</text>
|
|
</g>
|
|
</svg> |