Code Duplication    Length = 3-3 lines in 2 locations

src/Profiler.php 2 locations

@@ 399-401 (lines=3) @@
396
397
		// Get item result
398
		$itemResult = 'N/A';
399
		if (isset($item['start_value']) && isset($item['stop_value'])) {
400
			$itemResult = static::getMetricResult($item['start_value'], $item['stop_value']);
401
		}
402
403
		// Variable for output
404
		$output = '';
@@ 447-449 (lines=3) @@
444
445
		// Get item result
446
		$itemResult = 'N/A';
447
		if (isset($item['start_value']) && isset($item['stop_value'])) {
448
			$itemResult = static::getMetricResult($item['start_value'], $item['stop_value']);
449
		}
450
451
		// Variable for output
452
		$output = '';