Files

139 lines
7.2 KiB
HTML
Raw Permalink Normal View History

2026-07-12 14:34:52 +04:00
<HTML><HEAD><TITLE>
Detailed report on module GenresRepositoryInterface
</TITLE>
</HEAD>
<BODY>
<H1><A NAME="summary">Detailed report on module GenresRepositoryInterface</A></H1>
<TABLE BORDER WIDTH=100%>
<TR>
<TH BGCOLOR="AQUA" WIDTH=70%>Metric</TH><TH BGCOLOR="AQUA" WIDTH=10%>Tag</TH><TH BGCOLOR="AQUA" WIDTH=10%>Overall</TH><TH BGCOLOR="AQUA" WIDTH=10%>Per Function</TH></TR>
<TR>
<TD>Lines of Code</TD><TD>LOC</TD><TD ALIGN=RIGHT> 11</TD><TD ALIGN=RIGHT> 2</TD></TR>
<TR>
<TD>McCabe's Cyclomatic Number</TD><TD>MVG</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 0</TD></TR>
<TR>
<TD>Lines of Comment</TD><TD>COM</TD><TD ALIGN=RIGHT> 6</TD><TD ALIGN=RIGHT> 1.200</TD></TR>
<TR>
<TD>LOC/COM</TD><TD>L_C</TD><TD ALIGN=RIGHT>------</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>MVG/COM</TD><TD>M_C</TD><TD ALIGN=RIGHT>------</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Weighted Methods per Class ( &nbsp;weighting = unity&nbsp;)</TD><TD>WMC1</TD><TD ALIGN=RIGHT> 5</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Weighted Methods per Class ( &nbsp;weighting = visible&nbsp;)</TD><TD>WMCv</TD><TD ALIGN=RIGHT> 5</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Depth of Inheritance Tree</TD><TD>DIT</TD><TD ALIGN=RIGHT> 1</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Number of Children</TD><TD>NOC</TD><TD ALIGN=RIGHT> 1</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Coupling between objects</TD><TD>CBO</TD><TD ALIGN=RIGHT> 7</TD><TD>&nbsp;</TD></TR>
<TR>
<TD>Information Flow measure ( &nbsp;inclusive&nbsp;)</TD><TD>IF4</TD><TD ALIGN=RIGHT> 36</TD><TD ALIGN=RIGHT> 7.200</TD></TR>
<TR>
<TD>Information Flow measure ( &nbsp;visible&nbsp;)</TD><TD>IF4v</TD><TD ALIGN=RIGHT BGCOLOR="YELLOW"><EM> 36</EM></TD><TD ALIGN=RIGHT> 7.200</TD></TR>
<TR>
<TD>Information Flow measure ( &nbsp;concrete&nbsp;)</TD><TD>IF4c</TD><TD ALIGN=RIGHT> 4</TD><TD ALIGN=RIGHT> 0.800</TD></TR>
</TABLE>
<H2><A NAME="modext">Definitions and Declarations</A></H2>
<TABLE BORDER WIDTH=100%><TR>
<TD WIDTH=50%>Description</TD><TH BGCOLOR="AQUA" WIDTH=10%>LOC</TH><TH BGCOLOR="AQUA" WIDTH=10%>MVG</TH><TH BGCOLOR="AQUA" WIDTH=10%>COM</TH><TH BGCOLOR="AQUA" WIDTH=10%>L_C</TH><TH BGCOLOR="AQUA" WIDTH=10%>M_C</TH><TR>
<TD>definition &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 15">./core/repositories/genres_repository_interface.h:15</A></CODE><BR>
</TD>
<TD ALIGN=RIGHT> 3</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>declaration &nbsp;
<CODE><A HREF="cccc_src.html#./ui/widgets/reports_widget.h: 10">./ui/widgets/reports_widget.h:10</A></CODE><BR>
</TD>
<TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>declaration &nbsp;
<CODE><A HREF="cccc_src.html#./ui/widgets/directories_management_widget.h: 13">./ui/widgets/directories_management_widget.h:13</A></CODE><BR>
</TD>
<TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR><TD HEIGHT=12 COLSPAN=6></TD></TR>
</TR></TABLE>
<H2><A NAME="proc">Functions</A></H2>
<TABLE BORDER WIDTH=100%><TR>
<TD WIDTH=50%>Function prototype</TD><TH BGCOLOR="AQUA" WIDTH=10%>LOC</TH><TH BGCOLOR="AQUA" WIDTH=10%>MVG</TH><TH BGCOLOR="AQUA" WIDTH=10%>COM</TH><TH BGCOLOR="AQUA" WIDTH=10%>L_C</TH><TH BGCOLOR="AQUA" WIDTH=10%>M_C</TH><TR>
<TD>createGenre( &nbsp;const CreateGenreRequest &amp;&nbsp;)<BR>
declaration &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 18">./core/repositories/genres_repository_interface.h:18</A></CODE><BR>
<BR>
</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>deleteGenreById( &nbsp;qint32&nbsp;)<BR>
declaration &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 31">./core/repositories/genres_repository_interface.h:31</A></CODE><BR>
<BR>
</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>getAllGenres( &nbsp;QVector &amp;&nbsp;)<BR>
declaration &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 25">./core/repositories/genres_repository_interface.h:25</A></CODE><BR>
<BR>
</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>getGenreById( &nbsp;qint32, &nbsp;GenreDTO &amp;&nbsp;)<BR>
declaration &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 21">./core/repositories/genres_repository_interface.h:21</A></CODE><BR>
<BR>
</TD><TD ALIGN=RIGHT> 2</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR>
<TD>updateGenre( &nbsp;const UpdateGenreRequest &amp;&nbsp;)<BR>
declaration &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 28">./core/repositories/genres_repository_interface.h:28</A></CODE><BR>
<BR>
</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT> 0</TD><TD ALIGN=RIGHT> 1</TD><TD ALIGN=RIGHT>------</TD><TD ALIGN=RIGHT>------</TD></TR>
<TR><TD HEIGHT=12 COLSPAN=6></TD></TR>
</TR></TABLE>
<H2><A NAME="structdet">Relationships</A></H2>
<TABLE BORDER WIDTH=100%>
<TR><TH WIDTH=50%>Clients</TH><TH WIDTH=50%>Suppliers</TH></TR>
<TR>
<TD WIDTH=50%>
GenresRepository [CV] <BR>
inheritance &nbsp;
<CODE><A HREF="cccc_src.html#./data/sql/genres_repository.h: 9">./data/sql/genres_repository.h:9</A></CODE><BR>
<BR>
<BR>
&nbsp;
</TD>
<TD WIDTH=50%>
CreateGenreRequest [V] <BR>
pass by reference &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 18">./core/repositories/genres_repository_interface.h:18</A></CODE><BR>
<BR>
<BR>
GenreDTO [V] <BR>
pass by reference &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 22">./core/repositories/genres_repository_interface.h:22</A></CODE><BR>
<BR>
<BR>
QVector [V] <BR>
pass by reference &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 25">./core/repositories/genres_repository_interface.h:25</A></CODE><BR>
<BR>
<BR>
RepositoryInterface [CV] <BR>
inheritance &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 15">./core/repositories/genres_repository_interface.h:15</A></CODE><BR>
<BR>
<BR>
UpdateGenreRequest [V] <BR>
pass by reference &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 28">./core/repositories/genres_repository_interface.h:28</A></CODE><BR>
<BR>
<BR>
qint32 [CV] <BR>
pass by value &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 21">./core/repositories/genres_repository_interface.h:21</A></CODE><BR>
pass by value &nbsp;
<CODE><A HREF="cccc_src.html#./core/repositories/genres_repository_interface.h: 31">./core/repositories/genres_repository_interface.h:31</A></CODE><BR>
<BR>
<BR>
&nbsp;
</TD>
</TR></TABLE>
</BODY></HTML>