| Total Complexity | 5 |
| Total Lines | 35 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 10 | class Moneda extends AbstractEntryIdentifiable |
||
| 11 | { |
||
| 12 | /** @var int */ |
||
| 13 | private $decimales; |
||
| 14 | |||
| 15 | /** @var int */ |
||
| 16 | private $porcentajeVariacion; |
||
| 17 | |||
| 18 | 4 | public function __construct( |
|
| 35 | } |
||
| 36 | |||
| 37 | 1 | public function decimales(): int |
|
| 40 | } |
||
| 41 | |||
| 42 | 1 | public function porcentajeVariacion(): int |
|
| 47 |