| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 123 | 12 |
| McCabe's Cyclomatic Number | MVG | 23 | 2 |
| Lines of Comment | COM | 2 | 0.200 |
| LOC/COM | L_C | 61.500 | |
| MVG/COM | M_C | 11.500 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 8 | |
| Information Flow measure ( inclusive ) | IF4 | 0 | 0.000 |
| Information Flow measure ( visible ) | IF4v | 0 | 0.000 |
| Information Flow measure ( concrete ) | IF4c | 0 | 0.000 |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| SessionsStatisticsRepository( QSqlDatabase &, QObject * ) definition ./data/sql/sessions_statistics_repository.cpp:11 | 3 | 0 | 0 | ------ | ------ |
| bindDateFilters( QString &, const optional &, const optional & ) definition ./data/sql/sessions_statistics_repository.cpp:148 | 11 | 4 | 0 | ------ | ------ |
| bindDateValues( QSqlQuery &, const optional &, const optional & ) definition ./data/sql/sessions_statistics_repository.cpp:160 | 10 | 2 | 0 | ------ | ------ |
| executeAndMapQuery( QSqlQuery &, QVector & ) definition ./data/sql/sessions_statistics_repository.cpp:40 | 13 | 4 | 0 | ------ | ------ |
| getAllSessions( QVector & ) definition ./data/sql/sessions_statistics_repository.cpp:77 | 13 | 4 | 0 | ------ | ------ |
| getSessionById( qint32, SessionStatisticsDTO & ) definition ./data/sql/sessions_statistics_repository.cpp:58 | 15 | 5 | 0 | ------ | ****** |
| getSessionsForGenre( qint32, optional, optional, QVector & ) definition ./data/sql/sessions_statistics_repository.cpp:130 | 13 | 1 | 0 | ------ | ------ |
| getSessionsForHall( qint32, optional, optional, QVector & ) definition ./data/sql/sessions_statistics_repository.cpp:94 | 13 | 1 | 0 | ------ | ------ |
| getSessionsForMovie( qint32, optional, optional, QVector & ) definition ./data/sql/sessions_statistics_repository.cpp:112 | 13 | 1 | 0 | ------ | ------ |
| mapQueryToDTO( const QSqlQuery & ) definition ./data/sql/sessions_statistics_repository.cpp:16 | 19 | 1 | 2 | ------ | ------ |