----------------------------------------------------------------------
($version, $level)
| 399 | |
| 400 | //---------------------------------------------------------------------- |
| 401 | public static function getDataLength($version, $level) |
| 402 | { |
| 403 | return self::$capacity[$version][QRCAP_WORDS] - self::$capacity[$version][QRCAP_EC][$level]; |
| 404 | } |
| 405 | |
| 406 | //---------------------------------------------------------------------- |
| 407 | public static function getECCLength($version, $level) |
no outgoing calls
no test coverage detected