ajout diagrammes

This commit is contained in:
Florian GENIQUE 2024-10-14 22:21:25 +02:00
parent 37384315ff
commit c6356a66eb
3 changed files with 11 additions and 2 deletions

View File

@ -61,6 +61,15 @@ les if :
- if(regcomp(p_reg,"time=(.*) ms",REG_EXTENDED) != 0)
- if(pmatch == NULL)
on été décaler dans une fonction a part appelé ifFunct(FILE* fd, regex_t *p_reg, regmatch_t* pmatch) et nous retourne le ping ce qui nous rend a la fonction get_ping_from_temp_log et la nouvelle fonction crées à 5 complexité cyclomatique chacune.
on été décaler dans une fonction a part appelé ifFunct(FILE* fd, regex_t *p_reg, regmatch_t* pmatch) et nous retourne le ping ce qui de la fonction get_ping_from_temp_log 5 de compléxité cyclomatique. Et également 5 de compléxité cyclomatique pour la nouvelle fonction crée.
## NOUVEAU DIAGRAMMES
* fonction get_ping_from_temp_log optimisé :
![DESCRIPTION DE L'IMAGE](/img/diagramme2 "fonction get_ping_from_temp_log optimisé")
* fonction ifFunct :
![DESCRIPTION DE L'IMAGE](/img/diagramme3 "fonction ifFunct")
## NOUVEAU DIAGRAMMES

BIN
img/diagramme2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
img/diagramme3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB