
Analyze Swift Projects with SCMA: Lightweight Tool Overview
"Discover SCMA, a lightweight tool designed to analyze Swift projects efficiently. Explore its features, process flow, and metrics calculation for effective code analysis. Beta testing, dependencies, and final outputs are covered in detail."
Download Presentation

Please find below an Image/Link to download the presentation.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author. If you encounter any issues during the download, it is possible that the publisher has removed the file from their server.
You are allowed to download the files provided on this website for personal or commercial use, subject to the condition that they are used lawfully. All files are the property of their respective owners.
The content on the website is provided AS IS for your information and personal use only. It may not be sold, licensed, or shared on other websites without obtaining consent from the author.
E N D
Presentation Transcript
SCMA: A Lightweight Tool to Analyze Swift Projects Fazle Rabbi, Syeda Sumbul Hossain, Mir Mohammed Samsul Arefin
Overview Features Process Flow Final Output Score Calculation Beta Testing Dependencies
Features Line of Code by Classes (LOCC) Weighted Method Count by Classes (WMCC) Number of Methods by Classes (NOMC) Number of Global Variables by Classes (NOGC) Number of Couplings by Classes (NOCC) Number of Accessed Methods by Variables (NOAV) Line of Code by Functions (LOCF) Cyclomatic Complexity by Functions (CCF) Number of parameters by Functions (NOPF) Duplicate Code (DC)
Beta Testing Metrics Violations (Before) Violations (After) 31 26 Line of Code by Classes (LOCC) 10 7 Weighted Method Count by Classes (WMCC) 43 41 Number of Methods by Classes (NOMC) 128 126 Number of Global Variables by Classes (NOGC) 4 4 Number of Global Variables by Classes (NOGC) 52 50 Number of Accessed Methods by Variables (NOAV)
Beta Testing Metrics Violations (Before) Violations (After) 26 23 Line of Code by Functions (LOCF) 18 16 Cyclomatic Complexity by Functions (CCF) 53 52 Number of parameters by Functions (NOPF) 365 345 Total Violations
Tool Summary Key SCMA Language Swift Scoring 0 to 5 Build Dependency No Report CSV, HTML
Limitations Only workable on Swift Code in IOS projects Runnable only on Linux or MacOS