Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unified shrink 3 #1569

Draft
wants to merge 3 commits into
base: unified-shrink-2
Choose a base branch
from
Draft

Unified shrink 3 #1569

wants to merge 3 commits into from

Conversation

andrei-marinica
Copy link
Contributor

No description provided.

Copy link

Coverage Summary

Totals

Count Covered %
Lines 58090 34611 59.58
Regions 22060 10766 48.80
Functions 8620 4899 56.83
Instantiations 148422 57647 38.84

Files

Expand
File Lines Regions Functions Instantiations
/contracts/core/price-aggregator/src/events.rs 94.12% 26.67% 75.00% 30.00%
/contracts/core/price-aggregator/src/lib.rs 71.81% 55.05% 57.14% 35.07%
/contracts/core/price-aggregator/src/median.rs 81.25% 53.33% 100.00% 75.00%
/contracts/core/price-aggregator/src/price_aggregator_data.rs 39.13% 19.59% 39.13% 39.06%
/contracts/core/wegld-swap/src/wegld.rs 92.50% 64.29% 80.00% 27.27%
/contracts/examples/adder/interact/src/basic_interact.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/adder/interact/src/basic_interact_cli.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/adder/interact/src/basic_interact_config.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/adder/interact/src/basic_interact_state.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/adder/src/adder.rs 100.00% 80.00% 100.00% 55.71%
/contracts/examples/adder/src/adder_proxy.rs 74.42% 80.00% 80.00% 54.55%
/contracts/examples/bonding-curve-contract/src/bonding_curve_contract.rs 85.71% 55.56% 77.78% 21.74%
/contracts/examples/bonding-curve-contract/src/function_selector.rs 81.82% 37.84% 66.67% 37.50%
/contracts/examples/check-pause/src/check_pause.rs 75.00% 50.00% 66.67% 15.15%
/contracts/examples/crowdfunding-esdt/src/crowdfunding_esdt.rs 94.20% 68.29% 71.43% 41.46%
/contracts/examples/crowdfunding-esdt/src/crowdfunding_esdt_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-bubbles/src/crypto_bubbles.rs 100.00% 91.30% 100.00% 32.93%
/contracts/examples/crypto-kitties/common/kitty/src/color.rs 79.31% 27.59% 60.00% 37.50%
/contracts/examples/crypto-kitties/common/kitty/src/kitty.rs 91.38% 26.79% 75.00% 41.67%
/contracts/examples/crypto-kitties/common/kitty/src/kitty_genes.rs 66.67% 39.29% 66.67% 37.50%
/contracts/examples/crypto-kitties/common/random/src/lib.rs 64.71% 53.33% 50.00% 36.36%
/contracts/examples/crypto-kitties/kitty-auction/src/auction.rs 85.19% 26.32% 63.64% 33.33%
/contracts/examples/crypto-kitties/kitty-auction/src/kitty_ownership_proxy.rs 20.75% 21.74% 21.74% 17.86%
/contracts/examples/crypto-kitties/kitty-auction/src/lib.rs 85.55% 77.03% 80.00% 30.00%
/contracts/examples/crypto-kitties/kitty-genetic-alg/src/lib.rs 100.00% 71.43% 100.00% 35.00%
/contracts/examples/crypto-kitties/kitty-ownership/src/kitty_genetic_alg_proxy.rs 70.83% 66.67% 66.67% 28.57%
/contracts/examples/crypto-kitties/kitty-ownership/src/lib.rs 83.64% 74.47% 89.47% 29.41%
/contracts/examples/crypto-zombies/src/kitty_ownership_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/proxy_crypto_zombies.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/storage.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/zombie.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/zombie_attack.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/zombie_factory.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/zombie_feeding.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/crypto-zombies/src/zombie_helper.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/digital-cash/src/deposit_info.rs 64.71% 21.67% 45.45% 26.32%
/contracts/examples/digital-cash/src/digital_cash.rs 57.45% 55.56% 83.33% 21.57%
/contracts/examples/digital-cash/src/digital_cash_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/digital-cash/src/helpers.rs 92.59% 93.10% 100.00% 35.71%
/contracts/examples/digital-cash/src/pay_fee_and_fund.rs 100.00% 92.31% 100.00% 26.47%
/contracts/examples/digital-cash/src/signature_operations.rs 95.76% 82.93% 100.00% 30.56%
/contracts/examples/digital-cash/src/storage.rs 100.00% 75.00% 100.00% 25.00%
/contracts/examples/empty/src/empty.rs 66.67% 57.14% 66.67% 15.62%
/contracts/examples/esdt-transfer-with-fee/src/esdt_transfer_with_fee.rs 97.40% 91.43% 100.00% 27.14%
/contracts/examples/esdt-transfer-with-fee/src/fee.rs 40.00% 30.00% 40.00% 22.22%
/contracts/examples/factorial/src/factorial.rs 100.00% 84.62% 100.00% 31.43%
/contracts/examples/fractional-nfts/src/fractional_nfts.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/fractional-nfts/src/fractional_uri_info.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/fractional-nfts/src/nft_marketplace_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/lottery-esdt/src/lottery.rs 92.98% 91.30% 100.00% 31.11%
/contracts/examples/lottery-esdt/src/lottery_info.rs 40.00% 12.50% 40.00% 22.22%
/contracts/examples/lottery-esdt/src/status.rs 40.00% 27.27% 40.00% 25.00%
/contracts/examples/multisig/interact/src/multisig_interact.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/interact/src/multisig_interact_cli.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/interact/src/multisig_interact_config.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/interact/src/multisig_interact_nfts.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/interact/src/multisig_interact_state.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/interact/src/multisig_interact_wegld.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/src/action.rs 95.00% 25.40% 93.33% 52.56%
/contracts/examples/multisig/src/multisig.rs 94.12% 88.24% 92.31% 29.55%
/contracts/examples/multisig/src/multisig_events.rs 100.00% 25.00% 100.00% 32.35%
/contracts/examples/multisig/src/multisig_perform.rs 98.58% 88.52% 100.00% 37.59%
/contracts/examples/multisig/src/multisig_propose.rs 100.00% 95.24% 100.00% 34.48%
/contracts/examples/multisig/src/multisig_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/multisig/src/multisig_state.rs 100.00% 95.65% 100.00% 30.69%
/contracts/examples/multisig/src/user_role.rs 88.89% 78.26% 80.00% 48.84%
/contracts/examples/nft-minter/src/lib.rs 72.97% 61.29% 57.14% 20.00%
/contracts/examples/nft-minter/src/nft_marketplace_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/nft-minter/src/nft_module.rs 56.41% 40.48% 54.55% 16.07%
/contracts/examples/nft-storage-prepay/src/nft_storage_prepay.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/nft-subscription/src/lib.rs 84.21% 61.54% 85.71% 23.73%
/contracts/examples/order-book/factory/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/order-book/pair/src/common.rs 62.32% 27.98% 52.94% 37.70%
/contracts/examples/order-book/pair/src/events.rs 100.00% 82.35% 100.00% 30.77%
/contracts/examples/order-book/pair/src/global.rs 31.58% 50.00% 40.00% 10.71%
/contracts/examples/order-book/pair/src/lib.rs 100.00% 70.59% 100.00% 26.98%
/contracts/examples/order-book/pair/src/orders.rs 98.93% 85.44% 100.00% 37.50%
/contracts/examples/order-book/pair/src/validation.rs 88.30% 74.47% 92.86% 36.11%
/contracts/examples/ping-pong-egld/src/ping_pong.rs 84.95% 78.57% 77.78% 21.43%
/contracts/examples/ping-pong-egld/src/user_status.rs 40.00% 45.45% 40.00% 22.22%
/contracts/examples/proxy-pause/src/pause_sc_proxy.rs 100.00% 100.00% 100.00% 50.00%
/contracts/examples/proxy-pause/src/proxy_pause.rs 71.43% 76.19% 75.00% 24.10%
/contracts/examples/rewards-distribution/src/rewards_distribution.rs 91.22% 66.14% 78.38% 22.70%
/contracts/examples/rewards-distribution/src/seed_nft_minter_proxy.rs 13.71% 12.50% 21.43% 6.38%
/contracts/examples/seed-nft-minter/src/distribution_module.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/seed-nft-minter/src/nft_marketplace_proxy.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/seed-nft-minter/src/nft_module.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/seed-nft-minter/src/seed_nft_minter.rs 0.00% 0.00% 0.00% 0.00%
/contracts/examples/token-release/src/contract_data.rs 28.57% 13.04% 28.57% 20.00%
/contracts/examples/token-release/src/token_release.rs 66.38% 55.56% 72.00% 25.35%
/contracts/modules/src/bonding_curve/curves/linear_function.rs 72.22% 24.00% 44.44% 19.23%
/contracts/modules/src/bonding_curve/mod.rs 100.00% 62.50% 100.00% 5.88%
/contracts/modules/src/bonding_curve/utils/events.rs 100.00% 75.00% 100.00% 13.04%
/contracts/modules/src/bonding_curve/utils/owner_endpoints.rs 87.77% 77.08% 66.67% 10.91%
/contracts/modules/src/bonding_curve/utils/storage.rs 100.00% 75.00% 100.00% 17.24%
/contracts/modules/src/bonding_curve/utils/structs.rs 39.53% 21.11% 33.33% 12.68%
/contracts/modules/src/bonding_curve/utils/user_endpoints.rs 94.12% 83.33% 85.00% 22.22%
/contracts/modules/src/claim_developer_rewards.rs 100.00% 80.00% 100.00% 12.77%
/contracts/modules/src/default_issue_callbacks.rs 3.70% 23.08% 25.00% 5.68%
/contracts/modules/src/dns.rs 100.00% 80.00% 100.00% 8.96%
/contracts/modules/src/dns_proxy.rs 100.00% 100.00% 100.00% 9.09%
/contracts/modules/src/esdt.rs 1.54% 15.79% 12.50% 4.35%
/contracts/modules/src/features.rs 90.00% 71.43% 80.00% 12.86%
/contracts/modules/src/governance/governance_configurable.rs 72.60% 77.27% 69.23% 6.55%
/contracts/modules/src/governance/governance_events.rs 100.00% 75.00% 100.00% 11.11%
/contracts/modules/src/governance/governance_proposal.rs 42.25% 28.37% 52.50% 13.21%
/contracts/modules/src/governance/mod.rs 68.02% 65.45% 73.08% 7.13%
/contracts/modules/src/ongoing_operation.rs 60.00% 50.00% 66.67% 10.26%
/contracts/modules/src/only_admin.rs 75.00% 75.00% 80.00% 8.33%
/contracts/modules/src/pause.rs 100.00% 90.91% 100.00% 30.41%
/contracts/modules/src/staking.rs 97.62% 79.66% 86.67% 26.40%
/contracts/modules/src/subscription.rs 90.77% 56.00% 80.00% 17.02%
/contracts/modules/src/token_merge/custom_merged_token_attributes.rs 81.25% 66.67% 66.67% 12.50%
/contracts/modules/src/token_merge/merged_token_instances.rs 86.84% 78.38% 78.57% 13.25%
/contracts/modules/src/token_merge/merged_token_setup.rs 73.49% 68.42% 66.67% 7.55%
/contracts/modules/src/token_merge/mod.rs 97.39% 91.11% 100.00% 14.55%
/contracts/modules/src/transfer_role_proxy.rs 85.19% 75.00% 83.33% 33.33%
/contracts/modules/src/users.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/nested_de_derive.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/nested_en_derive.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/top_de_derive.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/top_en_derive.rs 0.00% 0.00% 0.00% 0.00%
/data/codec-derive/src/util.rs 0.00% 0.00% 0.00% 0.00%
/data/codec/src/codec_err.rs 93.75% 87.50% 85.00% 7.14%
/data/codec/src/codec_err_handler.rs 41.67% 33.33% 33.33% 5.56%
/data/codec/src/equivalent/codec_convert.rs 100.00% 100.00% 100.00% 93.75%
/data/codec/src/impl_for_types/impl_array.rs 58.67% 58.06% 55.56% 16.85%
/data/codec/src/impl_for_types/impl_array_vec.rs 97.40% 87.18% 100.00% 47.76%
/data/codec/src/impl_for_types/impl_bool.rs 95.24% 76.47% 100.00% 46.22%
/data/codec/src/impl_for_types/impl_bytes.rs 100.00% 100.00% 100.00% 100.00%
/data/codec/src/impl_for_types/impl_empty.rs 95.92% 88.24% 92.86% 58.82%
/data/codec/src/impl_for_types/impl_non_zero_usize.rs 95.00% 80.00% 100.00% 42.86%
/data/codec/src/impl_for_types/impl_num_signed.rs 100.00% 88.89% 100.00% 50.68%
/data/codec/src/impl_for_types/impl_num_unsigned.rs 100.00% 95.45% 100.00% 61.40%
/data/codec/src/impl_for_types/impl_option.rs 72.94% 64.29% 75.00% 60.61%
/data/codec/src/impl_for_types/impl_phantom.rs 95.59% 62.50% 89.47% 82.86%
/data/codec/src/impl_for_types/impl_ref.rs 66.67% 50.00% 66.67% 59.78%
/data/codec/src/impl_for_types/impl_rust_big_int.rs 100.00% 88.89% 100.00% 75.00%
/data/codec/src/impl_for_types/impl_rust_big_uint.rs 100.00% 88.89% 100.00% 82.61%
/data/codec/src/impl_for_types/impl_slice.rs 86.67% 82.86% 83.33% 60.00%
/data/codec/src/impl_for_types/impl_string.rs 98.91% 85.29% 100.00% 39.09%
/data/codec/src/impl_for_types/impl_tuple.rs 100.00% 21.31% 100.00% 13.87%
/data/codec/src/impl_for_types/impl_unit.rs 100.00% 100.00% 100.00% 66.67%
/data/codec/src/impl_for_types/impl_vec.rs 98.73% 85.71% 100.00% 80.95%
/data/codec/src/impl_for_types/local_macro.rs 100.00% 100.00% 100.00% 51.74%
/data/codec/src/multi/top_de_multi.rs 40.00% 28.57% 50.00% 25.56%
/data/codec/src/multi/top_de_multi_input.rs 72.97% 52.63% 80.00% 26.68%
/data/codec/src/multi/top_en_multi.rs 59.46% 53.85% 50.00% 35.28%
/data/codec/src/multi/top_en_multi_output.rs 58.82% 60.00% 50.00% 82.35%
/data/codec/src/multi_types/multi_value_ignore.rs 47.06% 42.86% 25.00% 13.64%
/data/codec/src/multi_types/multi_value_optional.rs 72.09% 59.38% 50.00% 18.26%
/data/codec/src/multi_types/multi_value_placeholder.rs 0.00% 0.00% 0.00% 0.00%
/data/codec/src/multi_types/multi_value_tuple.rs 89.29% 18.60% 62.50% 16.70%
/data/codec/src/multi_types/multi_value_unit.rs 100.00% 100.00% 100.00% 18.33%
/data/codec/src/multi_types/multi_value_vec.rs 62.96% 59.26% 43.75% 35.90%
/data/codec/src/num_conv.rs 98.80% 95.92% 100.00% 100.00%
/data/codec/src/single/nested_de.rs 36.84% 16.67% 33.33% 78.38%
/data/codec/src/single/nested_de_input.rs 63.64% 71.43% 75.00% 67.96%
/data/codec/src/single/nested_de_input_owned.rs 96.77% 81.82% 100.00% 50.00%
/data/codec/src/single/nested_de_input_slice.rs 97.06% 88.24% 100.00% 97.87%
/data/codec/src/single/nested_en.rs 62.50% 50.00% 75.00% 82.64%
/data/codec/src/single/nested_en_output.rs 40.91% 75.00% 75.00% 69.41%
/data/codec/src/single/top_de.rs 61.90% 58.82% 60.00% 50.72%
/data/codec/src/single/top_de_input.rs 73.00% 74.19% 72.22% 60.34%
/data/codec/src/single/top_en.rs 75.00% 57.14% 80.00% 87.28%
/data/codec/src/single/top_en_output.rs 68.75% 75.00% 75.00% 62.65%
/data/codec/src/test_util.rs 84.38% 88.89% 80.00% 96.77%
/data/codec/src/transmute.rs 100.00% 100.00% 100.00% 86.67%
/data/codec/src/try_static_cast.rs 78.65% 69.77% 71.43% 36.02%
/framework/base/src/abi.rs 77.78% 40.00% 50.00% 45.00%
/framework/base/src/abi/build_info_abi.rs 80.00% 70.00% 70.00% 44.83%
/framework/base/src/abi/contract_abi.rs 98.18% 91.67% 90.91% 81.03%
/framework/base/src/abi/endpoint_abi.rs 92.42% 75.86% 76.19% 75.31%
/framework/base/src/abi/esdt_attribute_abi.rs 90.91% 66.67% 66.67% 68.42%
/framework/base/src/abi/event_abi.rs 84.21% 62.50% 57.14% 69.23%
/framework/base/src/abi/type_abi.rs 100.00% 100.00% 100.00% 82.90%
/framework/base/src/abi/type_abi_impl_basic.rs 86.45% 53.75% 89.74% 41.16%
/framework/base/src/abi/type_abi_impl_codec_multi.rs 78.38% 35.09% 75.00% 37.54%
/framework/base/src/abi/type_description.rs 88.14% 73.53% 68.18% 31.25%
/framework/base/src/abi/type_description_container.rs 96.88% 95.24% 90.00% 55.17%
/framework/base/src/api/blockchain_api.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/endpoint_arg_api.rs 61.54% 25.00% 66.67% 19.78%
/framework/base/src/api/error_api.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/external_view/ev_storage_api.rs 81.82% 80.00% 80.00% 27.59%
/framework/base/src/api/external_view/ev_wrapper.rs 54.17% 50.00% 50.00% 19.05%
/framework/base/src/api/managed_types/big_float_api.rs 100.00% 100.00% 100.00% 33.33%
/framework/base/src/api/managed_types/big_int_api.rs 93.75% 83.33% 75.00% 46.34%
/framework/base/src/api/managed_types/handles.rs 73.08% 75.00% 71.43% 80.17%
/framework/base/src/api/managed_types/managed_buffer_api.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/managed_types/managed_type_api_impl.rs 94.74% 85.71% 100.00% 50.00%
/framework/base/src/api/managed_types/token_identifier_util.rs 100.00% 100.00% 100.00% 50.00%
/framework/base/src/api/print_api.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/storage_api.rs 100.00% 100.00% 100.00% 88.51%
/framework/base/src/api/uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/big_float_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/big_int_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/blockchain_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/call_value_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/crypto_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/elliptic_curve_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/endpoint_arg_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/endpoint_finish_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/error_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/log_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/managed_buffer_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/managed_map_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/managed_type_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/print_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/send_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/static_var_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/storage_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/uncallable/vm_api_uncallable.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/api/vm_api.rs 100.00% 100.00% 100.00% 74.58%
/framework/base/src/contract_base/contract_base_trait.rs 77.78% 77.78% 77.78% 62.18%
/framework/base/src/contract_base/universal_contract_obj.rs 62.50% 50.00% 50.00% 20.00%
/framework/base/src/contract_base/wrappers/blockchain_wrapper.rs 88.97% 83.87% 79.17% 38.70%
/framework/base/src/contract_base/wrappers/call_value_wrapper.rs 92.96% 82.76% 90.91% 45.51%
/framework/base/src/contract_base/wrappers/crypto_wrapper.rs 36.08% 40.00% 40.00% 13.33%
/framework/base/src/contract_base/wrappers/error_helper.rs 57.69% 60.00% 60.00% 41.51%
/framework/base/src/contract_base/wrappers/send_raw_wrapper.rs 74.43% 73.68% 73.68% 46.46%
/framework/base/src/contract_base/wrappers/send_wrapper.rs 28.03% 15.56% 30.00% 20.27%
/framework/base/src/contract_base/wrappers/serializer.rs 89.66% 72.73% 72.73% 43.00%
/framework/base/src/contract_base/wrappers/storage_raw_wrapper.rs 97.44% 80.00% 80.00% 24.14%
/framework/base/src/external_view_contract.rs 100.00% 100.00% 100.00% 3.26%
/framework/base/src/formatter/formatter_impl_bool.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/formatter/formatter_impl_bytes.rs 33.33% 33.33% 33.33% 8.33%
/framework/base/src/formatter/formatter_impl_num.rs 100.00% 100.00% 100.00% 34.07%
/framework/base/src/formatter/formatter_traits.rs 47.83% 20.00% 20.00% 18.52%
/framework/base/src/formatter/hex_util.rs 92.16% 89.29% 100.00% 83.33%
/framework/base/src/hex_call_data/cd_de.rs 97.62% 96.04% 100.00% 88.57%
/framework/base/src/hex_call_data/cd_ser.rs 80.41% 76.32% 81.82% 60.00%
/framework/base/src/io/arg_de_input.rs 82.89% 81.25% 93.33% 40.12%
/framework/base/src/io/arg_error_handler.rs 88.89% 66.67% 66.67% 42.63%
/framework/base/src/io/arg_id.rs 69.23% 60.00% 60.00% 72.80%
/framework/base/src/io/arg_loader_multi.rs 97.30% 84.62% 85.71% 26.33%
/framework/base/src/io/arg_loader_single.rs 56.52% 40.00% 40.00% 58.58%
/framework/base/src/io/arg_nested_tuple.rs 95.87% 85.71% 100.00% 26.16%
/framework/base/src/io/bytes_arg_loader.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/io/call_value_init.rs 88.41% 92.86% 87.50% 63.21%
/framework/base/src/io/finish.rs 83.56% 73.53% 92.31% 28.25%
/framework/base/src/io/managed_result_arg_loader.rs 100.00% 100.00% 100.00% 63.33%
/framework/base/src/io/signal_error.rs 100.00% 100.00% 100.00% 4.26%
/framework/base/src/log_util.rs 100.00% 100.00% 100.00% 48.93%
/framework/base/src/non_zero_util.rs 79.25% 85.29% 76.92% 55.56%
/framework/base/src/storage/mappers/address_to_id_mapper.rs 89.47% 78.38% 94.12% 16.33%
/framework/base/src/storage/mappers/bi_di_mapper.rs 65.66% 69.81% 63.33% 24.05%
/framework/base/src/storage/mappers/linked_list_mapper.rs 82.19% 61.33% 71.19% 41.89%
/framework/base/src/storage/mappers/map_mapper.rs 84.55% 84.15% 75.61% 48.66%
/framework/base/src/storage/mappers/map_storage_mapper.rs 80.89% 80.00% 76.67% 40.51%
/framework/base/src/storage/mappers/ordered_binary_tree_mapper.rs 74.14% 66.45% 88.89% 30.38%
/framework/base/src/storage/mappers/queue_mapper.rs 90.62% 71.67% 80.85% 63.05%
/framework/base/src/storage/mappers/set_mapper.rs 84.38% 78.18% 80.65% 62.30%
/framework/base/src/storage/mappers/single_value_mapper.rs 100.00% 95.83% 100.00% 56.40%
/framework/base/src/storage/mappers/token/fungible_token_mapper.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/storage/mappers/token/non_fungible_token_mapper.rs 13.33% 27.69% 33.33% 6.74%
/framework/base/src/storage/mappers/token/token_attributes_mapper.rs 94.78% 91.67% 96.43% 16.46%
/framework/base/src/storage/mappers/token/token_mapper.rs 26.58% 16.13% 20.00% 2.25%
/framework/base/src/storage/mappers/token/token_mapper_state.rs 69.05% 50.00% 50.00% 10.00%
/framework/base/src/storage/mappers/unique_id_mapper.rs 74.00% 76.47% 61.11% 13.75%
/framework/base/src/storage/mappers/unordered_set_mapper.rs 76.32% 80.00% 81.82% 48.00%
/framework/base/src/storage/mappers/user_mapper.rs 79.20% 82.05% 75.00% 54.29%
/framework/base/src/storage/mappers/vec_mapper.rs 84.21% 76.56% 77.42% 39.64%
/framework/base/src/storage/mappers/whitelist_mapper.rs 100.00% 100.00% 100.00% 16.67%
/framework/base/src/storage/storage_get.rs 95.45% 83.33% 94.74% 53.84%
/framework/base/src/storage/storage_get_from_address.rs 70.53% 24.24% 50.00% 18.07%
/framework/base/src/storage/storage_key.rs 78.00% 75.00% 75.00% 73.63%
/framework/base/src/storage/storage_set.rs 91.07% 78.26% 100.00% 70.24%
/framework/base/src/tuple_util/nested_tuples.rs 87.10% 84.62% 80.00% 31.51%
/framework/base/src/types/crypto/message_hash_type.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/flags/code_metadata.rs 92.64% 93.51% 90.00% 52.54%
/framework/base/src/types/flags/esdt_local_role.rs 26.97% 22.58% 29.41% 13.11%
/framework/base/src/types/flags/esdt_local_role_flags.rs 71.15% 88.89% 80.00% 54.55%
/framework/base/src/types/flags/esdt_token_type.rs 4.08% 6.56% 14.29% 6.35%
/framework/base/src/types/heap/arg_buffer.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/heap/async_call_result.rs 44.19% 38.71% 40.00% 23.53%
/framework/base/src/types/heap/boxed_bytes.rs 96.14% 92.77% 91.67% 15.98%
/framework/base/src/types/heap/h256.rs 83.65% 78.85% 78.05% 64.97%
/framework/base/src/types/heap/h256_address.rs 73.57% 71.15% 69.77% 60.00%
/framework/base/src/types/heap/queue.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/annotated.rs 52.94% 66.67% 66.67% 33.33%
/framework/base/src/types/interaction/annotated/annotated_impl_big_uint.rs 36.84% 25.00% 25.00% 26.02%
/framework/base/src/types/interaction/annotated/annotated_impl_managed_address.rs 42.86% 33.33% 33.33% 32.04%
/framework/base/src/types/interaction/annotated/annotated_impl_managed_buffer.rs 20.00% 25.00% 25.00% 7.14%
/framework/base/src/types/interaction/annotated/annotated_impl_u64.rs 25.00% 25.00% 25.00% 18.52%
/framework/base/src/types/interaction/async_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/async_call_promises.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/callback_closure.rs 88.61% 82.14% 93.33% 31.45%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_convert.rs 43.75% 40.00% 66.67% 22.22%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_exec.rs 5.66% 15.15% 7.69% 3.70%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_no_payment.rs 13.04% 7.69% 7.69% 7.14%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_trait.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_with_any_payment.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_with_egld.rs 50.00% 25.00% 25.00% 10.00%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_with_egld_or_single_esdt.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/contract_call_legacy/contract_call_with_multi_esdt.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/contract_deploy.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/deploy_call.rs 66.67% 57.14% 57.14% 53.33%
/framework/base/src/types/interaction/expr/address_expr.rs 85.71% 73.33% 63.64% 58.06%
/framework/base/src/types/interaction/expr/sc_expr.rs 87.93% 73.33% 63.64% 60.61%
/framework/base/src/types/interaction/function_call.rs 87.96% 82.50% 82.35% 47.20%
/framework/base/src/types/interaction/managed_arg_buffer.rs 63.58% 49.15% 58.82% 43.77%
/framework/base/src/types/interaction/markers/esdt_system_sc_address.rs 10.71% 14.29% 14.29% 2.08%
/framework/base/src/types/interaction/markers/gas_left.rs 50.00% 50.00% 50.00% 45.16%
/framework/base/src/types/interaction/markers/to_caller.rs 53.33% 20.00% 25.00% 26.67%
/framework/base/src/types/interaction/markers/to_self.rs 56.25% 20.00% 25.00% 39.29%
/framework/base/src/types/interaction/system_proxy/builtin_func_proxy.rs 97.73% 96.00% 100.00% 33.33%
/framework/base/src/types/interaction/system_proxy/esdt_system_sc_proxy.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/system_proxy/legacy_system_sc_proxy.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/system_proxy/token_properties.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/tx.rs 82.14% 78.00% 77.55% 45.72%
/framework/base/src/types/interaction/tx_data.rs 16.67% 12.50% 25.00% 17.86%
/framework/base/src/types/interaction/tx_exec.rs 100.00% 100.00% 100.00% 28.57%
/framework/base/src/types/interaction/tx_exec/tx_env_sc.rs 85.71% 75.00% 80.00% 70.44%
/framework/base/src/types/interaction/tx_exec/tx_exec_async.rs 92.65% 62.50% 90.00% 22.42%
/framework/base/src/types/interaction/tx_exec/tx_exec_async_promises.rs 80.61% 66.67% 64.71% 20.25%
/framework/base/src/types/interaction/tx_exec/tx_exec_deploy.rs 48.39% 50.00% 50.00% 26.97%
/framework/base/src/types/interaction/tx_exec/tx_exec_sync.rs 62.00% 66.67% 60.00% 34.41%
/framework/base/src/types/interaction/tx_exec/tx_exec_te.rs 93.55% 86.67% 100.00% 34.02%
/framework/base/src/types/interaction/tx_exec/tx_exec_upgrade.rs 46.88% 50.00% 50.00% 34.78%
/framework/base/src/types/interaction/tx_from.rs 20.00% 20.00% 20.00% 9.52%
/framework/base/src/types/interaction/tx_gas.rs 83.33% 83.33% 83.33% 44.21%
/framework/base/src/types/interaction/tx_payment.rs 50.00% 25.00% 25.00% 42.86%
/framework/base/src/types/interaction/tx_payment/tx_payment_egld.rs 78.26% 75.00% 66.67% 23.77%
/framework/base/src/types/interaction/tx_payment/tx_payment_egld_or_esdt.rs 50.00% 39.29% 38.89% 13.09%
/framework/base/src/types/interaction/tx_payment/tx_payment_egld_or_esdt_refs.rs 76.92% 62.50% 60.00% 29.23%
/framework/base/src/types/interaction/tx_payment/tx_payment_egld_or_multi_esdt.rs 54.29% 25.00% 25.00% 8.70%
/framework/base/src/types/interaction/tx_payment/tx_payment_egld_or_multi_esdt_ref.rs 43.75% 23.08% 25.00% 14.29%
/framework/base/src/types/interaction/tx_payment/tx_payment_multi_esdt.rs 64.57% 50.00% 46.15% 26.89%
/framework/base/src/types/interaction/tx_payment/tx_payment_none.rs 91.43% 83.33% 80.00% 40.52%
/framework/base/src/types/interaction/tx_payment/tx_payment_single_esdt.rs 55.26% 50.00% 50.00% 16.00%
/framework/base/src/types/interaction/tx_payment/tx_payment_single_esdt_ref.rs 87.14% 83.33% 60.00% 23.08%
/framework/base/src/types/interaction/tx_payment/tx_payment_single_esdt_triple.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/tx_result_handler/returns_bt.rs 100.00% 100.00% 100.00% 50.00%
/framework/base/src/types/interaction/tx_result_handler/returns_new_address.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/tx_result_handler/returns_new_managed_address.rs 100.00% 100.00% 100.00% 50.00%
/framework/base/src/types/interaction/tx_result_handler/returns_raw_result.rs 100.00% 100.00% 100.00% 33.33%
/framework/base/src/types/interaction/tx_result_handler/returns_result.rs 100.00% 100.00% 100.00% 33.96%
/framework/base/src/types/interaction/tx_result_handler/returns_result_conv.rs 72.73% 66.67% 66.67% 50.00%
/framework/base/src/types/interaction/tx_result_handler/with_new_address.rs 66.67% 50.00% 50.00% 33.33%
/framework/base/src/types/interaction/tx_result_handler/with_raw_result.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/tx_result_handler/with_result.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/tx_result_handler/with_result_conv.rs 60.00% 50.00% 50.00% 20.00%
/framework/base/src/types/interaction/tx_rh_list/tx_rh_list_cons.rs 76.32% 70.00% 70.00% 55.14%
/framework/base/src/types/interaction/tx_rh_list/tx_rh_list_exec.rs 88.46% 88.89% 88.89% 60.43%
/framework/base/src/types/interaction/tx_rh_original_result.rs 100.00% 100.00% 100.00% 49.65%
/framework/base/src/types/interaction/typed_function_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/interaction/upgrade_call.rs 66.67% 57.14% 57.14% 32.69%
/framework/base/src/types/io/operation_completion_status.rs 96.15% 85.71% 85.71% 43.90%
/framework/base/src/types/io/sc_error_managed.rs 69.05% 66.67% 66.67% 20.00%
/framework/base/src/types/io/sc_error_static.rs 75.86% 63.64% 63.64% 21.62%
/framework/base/src/types/io/sc_result.rs 67.33% 61.29% 60.87% 33.33%
/framework/base/src/types/managed/basic/big_float.rs 45.14% 37.21% 45.71% 19.05%
/framework/base/src/types/managed/basic/big_float_cmp.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/managed/basic/big_float_operators.rs 85.00% 80.00% 80.00% 32.00%
/framework/base/src/types/managed/basic/big_int.rs 87.37% 81.36% 82.35% 18.61%
/framework/base/src/types/managed/basic/big_int_cmp.rs 64.71% 60.00% 60.00% 33.33%
/framework/base/src/types/managed/basic/big_int_operators.rs 46.30% 33.33% 33.33% 3.31%
/framework/base/src/types/managed/basic/big_int_sign.rs 56.86% 62.96% 45.45% 14.71%
/framework/base/src/types/managed/basic/big_num_cmp.rs 95.45% 87.50% 100.00% 56.93%
/framework/base/src/types/managed/basic/big_uint.rs 92.02% 86.54% 91.67% 60.26%
/framework/base/src/types/managed/basic/big_uint_cmp.rs 100.00% 100.00% 100.00% 61.14%
/framework/base/src/types/managed/basic/big_uint_operators.rs 91.89% 85.71% 85.71% 22.99%
/framework/base/src/types/managed/basic/cast_to_i64.rs 100.00% 100.00% 100.00% 28.53%
/framework/base/src/types/managed/basic/elliptic_curve.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/managed/basic/managed_buffer.rs 79.87% 73.91% 79.63% 64.01%
/framework/base/src/types/managed/basic/managed_map.rs 78.57% 66.67% 66.67% 25.00%
/framework/base/src/types/managed/codec_util/managed_buffer_nested_de_input.rs 94.19% 79.63% 100.00% 34.52%
/framework/base/src/types/managed/codec_util/managed_buffer_nested_en_output.rs 95.45% 72.73% 100.00% 75.92%
/framework/base/src/types/managed/codec_util/managed_buffer_top_de_input.rs 93.33% 82.76% 100.00% 32.78%
/framework/base/src/types/managed/codec_util/managed_buffer_top_en_output.rs 82.14% 73.68% 100.00% 72.64%
/framework/base/src/types/managed/managed_type_trait.rs 66.67% 66.67% 66.67% 64.25%
/framework/base/src/types/managed/multi_value/async_call_result_managed.rs 30.23% 37.50% 20.00% 13.16%
/framework/base/src/types/managed/multi_value/esdt_token_payment_multi_value.rs 65.31% 58.06% 46.15% 27.27%
/framework/base/src/types/managed/multi_value/multi_value_encoded.rs 98.08% 91.49% 92.00% 29.33%
/framework/base/src/types/managed/multi_value/multi_value_encoded_iter.rs 100.00% 100.00% 100.00% 27.27%
/framework/base/src/types/managed/multi_value/multi_value_managed_vec.rs 50.00% 47.83% 43.33% 19.59%
/framework/base/src/types/managed/multi_value/multi_value_managed_vec_counted.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/managed/wrapped/builder/managed_buffer_builder.rs 65.93% 52.78% 71.43% 64.34%
/framework/base/src/types/managed/wrapped/builder/managed_buffer_builder_impl_basic.rs 100.00% 100.00% 100.00% 72.99%
/framework/base/src/types/managed/wrapped/builder/managed_buffer_builder_impl_cached.rs 0.00% 0.00% 0.00% 0.00%
/framework/base/src/types/managed/wrapped/egld_or_esdt_token_identifier.rs 79.61% 72.60% 78.12% 40.91%
/framework/base/src/types/managed/wrapped/egld_or_esdt_token_payment.rs 81.20% 50.94% 66.67% 23.81%
/framework/base/src/types/managed/wrapped/egld_or_multi_esdt_payment.rs 31.25% 20.83% 33.33% 12.50%
/framework/base/src/types/managed/wrapped/encoded_managed_vec_item.rs 81.25% 83.33% 80.00% 44.44%
/framework/base/src/types/managed/wrapped/esdt_token_data.rs 25.81% 5.56% 18.18% 6.76%
/framework/base/src/types/managed/wrapped/esdt_token_payment.rs 76.83% 57.75% 75.00% 46.19%
/framework/base/src/types/managed/wrapped/managed_address.rs 96.49% 89.74% 93.33% 57.58%
/framework/base/src/types/managed/wrapped/managed_byte_array.rs 88.24% 80.00% 81.82% 55.85%
/framework/base/src/types/managed/wrapped/managed_option.rs 69.72% 77.94% 67.86% 55.05%
/framework/base/src/types/managed/wrapped/managed_ref.rs 94.64% 91.67% 91.67% 66.31%
/framework/base/src/types/managed/wrapped/managed_vec.rs 98.18% 93.20% 100.00% 51.82%
/framework/base/src/types/managed/wrapped/managed_vec_item.rs 77.55% 83.33% 78.57% 55.99%
/framework/base/src/types/managed/wrapped/managed_vec_owned_iter.rs 50.00% 50.00% 50.00% 54.70%
/framework/base/src/types/managed/wrapped/managed_vec_ref.rs 87.50% 80.00% 80.00% 28.57%
/framework/base/src/types/managed/wrapped/managed_vec_ref_iter.rs 100.00% 100.00% 100.00% 42.86%
/framework/base/src/types/managed/wrapped/preloaded_managed_buffer.rs 94.74% 92.86% 100.00% 72.67%
/framework/base/src/types/managed/wrapped/randomness_source.rs 52.11% 53.85% 53.85% 23.53%
/framework/base/src/types/managed/wrapped/token_identifier.rs 80.34% 80.00% 78.57% 46.92%
/framework/base/src/types/managed/wrapped/traits/fixed_token_supply.rs 95.00% 85.71% 100.00% 33.33%
/framework/base/src/types/managed/wrapped/traits/mergeable.rs 11.76% 11.76% 14.29% 6.25%
/framework/base/src/types/static_buffer/lockable_static_buffer.rs 69.41% 70.37% 56.25% 59.60%
/framework/base/src/types/static_buffer/sparse_array.rs 43.75% 43.08% 48.00% 19.35%
/framework/base/src/types/static_buffer/static_buffer_ref.rs 80.52% 75.61% 73.08% 71.66%
/framework/derive/src/contract_impl.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/format/format_args_macro.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/format/format_parts.rs 62.07% 42.03% 80.00% 80.00%
/framework/derive/src/format/format_tokenize.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/format/semver_tuple.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/abi_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/auto_impl.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/auto_impl_event.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/auto_impl_proxy.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/auto_impl_storage.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/callback_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/contract_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/convert_to_owned_type.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/endpoints_mod_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/function_selector.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/method_call_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/method_call_gen_arg.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/method_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/payable_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/proxy_callback_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/proxy_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/restricted_caller_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/snippets.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/supertrait_gen.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/generate/util.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/macro_contract.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/macro_module.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/macro_proxy.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/managed_vec_item_derive.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/argument.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/contract_trait.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/endpoint.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/endpoint_mutability_metadata.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/endpoint_type_metadata.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/method.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/payable.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/model/supertrait.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/argument_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/argument_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/doc_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/endpoint_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/event_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/label_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/payable_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/storage_attr.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/trait_argument_prop.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/attributes/util.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/auto_impl_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/contract_trait_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/endpoint_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/method_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/parse_util.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/payable_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/split_path.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/supertrait_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/parse/trait_argument_parse.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/preprocessing/mod.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/preprocessing/substitution_algorithm.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/preprocessing/substitution_key.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/preprocessing/substitution_list.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/preprocessing/substitution_map.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/type_abi_derive.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/validate/reserved.rs 0.00% 0.00% 0.00% 0.00%
/framework/derive/src/validate/validate_method.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/api/core_api_vh/blockchain_api_vh.rs 94.41% 92.52% 88.89% 42.55%
/framework/scenario/src/api/core_api_vh/call_value_api_vh.rs 100.00% 100.00% 100.00% 70.14%
/framework/scenario/src/api/core_api_vh/crypto_api_vh.rs 57.32% 66.67% 58.33% 16.67%
/framework/scenario/src/api/core_api_vh/endpoint_arg_api_vh.rs 100.00% 100.00% 100.00% 80.45%
/framework/scenario/src/api/core_api_vh/endpoint_finish_api_vh.rs 100.00% 100.00% 100.00% 24.47%
/framework/scenario/src/api/core_api_vh/error_api_vh.rs 100.00% 100.00% 100.00% 27.72%
/framework/scenario/src/api/core_api_vh/log_api_vh.rs 100.00% 100.00% 100.00% 58.33%
/framework/scenario/src/api/core_api_vh/send_api_vh.rs 91.29% 89.13% 85.19% 49.31%
/framework/scenario/src/api/core_api_vh/storage_api_vh.rs 100.00% 100.00% 100.00% 81.14%
/framework/scenario/src/api/impl_vh/debug_api.rs 89.19% 82.35% 81.82% 56.96%
/framework/scenario/src/api/impl_vh/debug_handle_vh.rs 76.92% 84.21% 80.00% 62.25%
/framework/scenario/src/api/impl_vh/single_tx_api.rs 92.45% 88.89% 84.62% 72.07%
/framework/scenario/src/api/impl_vh/static_api.rs 86.67% 81.82% 77.78% 91.53%
/framework/scenario/src/api/impl_vh/vm_hooks_api.rs 93.83% 76.92% 76.92% 59.40%
/framework/scenario/src/api/impl_vh/vm_hooks_backend.rs 100.00% 100.00% 100.00% 87.43%
/framework/scenario/src/api/local_api_vh/print_api_vh.rs 100.00% 100.00% 100.00% 36.17%
/framework/scenario/src/api/local_api_vh/static_var_api_vh.rs 100.00% 100.00% 100.00% 63.98%
/framework/scenario/src/api/managed_type_api_vh.rs 67.82% 68.42% 69.23% 49.23%
/framework/scenario/src/api/managed_type_api_vh/big_float_api_vh.rs 56.78% 53.70% 58.33% 22.41%
/framework/scenario/src/api/managed_type_api_vh/big_int_api_vh.rs 93.00% 88.00% 84.38% 60.62%
/framework/scenario/src/api/managed_type_api_vh/elliptic_curve_api_vh.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/api/managed_type_api_vh/managed_buffer_api_vh.rs 93.51% 91.80% 90.32% 74.65%
/framework/scenario/src/api/managed_type_api_vh/managed_map_api_vh.rs 100.00% 100.00% 100.00% 33.33%
/framework/scenario/src/bech32.rs 26.67% 16.67% 33.33% 16.67%
/framework/scenario/src/debug_executor/catch_tx_panic.rs 90.00% 95.00% 100.00% 98.63%
/framework/scenario/src/debug_executor/contract_container.rs 59.34% 64.29% 37.50% 85.06%
/framework/scenario/src/debug_executor/contract_map.rs 55.22% 48.15% 50.00% 25.00%
/framework/scenario/src/debug_executor/static_var_stack.rs 93.55% 85.71% 81.82% 40.91%
/framework/scenario/src/debug_executor/tx_static_vars.rs 90.00% 50.00% 50.00% 25.00%
/framework/scenario/src/display_util.rs 100.00% 100.00% 100.00% 33.33%
/framework/scenario/src/facade/contract_info.rs 72.73% 61.54% 61.54% 69.77%
/framework/scenario/src/facade/debugger_backend.rs 68.93% 58.11% 68.42% 37.21%
/framework/scenario/src/facade/expr/bech32_address.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/expr/file_expr.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/expr/mxsc_expr.rs 80.00% 40.00% 40.00% 44.44%
/framework/scenario/src/facade/expr/num_expr.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/result_handlers/expect_error.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/result_handlers/expect_message.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/result_handlers/expect_status.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/result_handlers/returns_message.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/result_handlers/returns_new_bech32_address.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/result_handlers/returns_new_token_identifier.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/result_handlers/returns_status.rs 100.00% 80.00% 100.00% 50.00%
/framework/scenario/src/facade/result_handlers/with_tx_raw_response.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/scenario_world.rs 86.90% 84.09% 85.71% 88.72%
/framework/scenario/src/facade/scenario_world_runner.rs 60.38% 60.98% 56.52% 32.14%
/framework/scenario/src/facade/scenario_world_steps.rs 65.30% 70.00% 66.67% 58.93%
/framework/scenario/src/facade/scenario_world_steps_deprecated.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/facade/scenario_world_whitebox.rs 100.00% 96.67% 100.00% 96.88%
/framework/scenario/src/facade/whitebox_contract.rs 100.00% 100.00% 100.00% 87.50%
/framework/scenario/src/facade/world_tx/scenario_env.rs 73.68% 50.00% 50.00% 25.00%
/framework/scenario/src/facade/world_tx/scenario_env_deploy.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/facade/world_tx/scenario_env_exec.rs 65.50% 75.00% 76.00% 38.10%
/framework/scenario/src/facade/world_tx/scenario_env_query.rs 77.14% 65.31% 72.73% 37.93%
/framework/scenario/src/facade/world_tx/scenario_rh_impl.rs 80.49% 83.33% 83.33% 42.86%
/framework/scenario/src/lib.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/main.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/managed_test_util.rs 86.84% 90.91% 100.00% 84.62%
/framework/scenario/src/scenario/model/account_data/account.rs 92.79% 93.33% 94.12% 67.72%
/framework/scenario/src/scenario/model/account_data/account_check.rs 78.11% 62.86% 76.92% 56.52%
/framework/scenario/src/scenario/model/account_data/accounts_check.rs 96.77% 88.89% 85.71% 42.86%
/framework/scenario/src/scenario/model/block_info.rs 97.56% 96.00% 93.33% 46.67%
/framework/scenario/src/scenario/model/esdt_data/esdt.rs 87.80% 85.19% 81.25% 48.65%
/framework/scenario/src/scenario/model/esdt_data/esdt_check.rs 48.12% 62.32% 60.00% 35.29%
/framework/scenario/src/scenario/model/esdt_data/esdt_data_check.rs 94.44% 80.00% 80.00% 62.50%
/framework/scenario/src/scenario/model/esdt_data/esdt_instance.rs 98.28% 97.83% 95.00% 50.00%
/framework/scenario/src/scenario/model/esdt_data/esdt_instance_check.rs 97.06% 93.75% 83.33% 61.11%
/framework/scenario/src/scenario/model/esdt_data/esdt_instances_check.rs 80.56% 71.88% 77.78% 38.89%
/framework/scenario/src/scenario/model/esdt_data/esdt_map_check.rs 78.95% 68.42% 66.67% 33.33%
/framework/scenario/src/scenario/model/esdt_data/esdt_map_contents_check.rs 97.06% 88.89% 85.71% 42.86%
/framework/scenario/src/scenario/model/esdt_data/esdt_object.rs 73.91% 69.01% 83.33% 48.78%
/framework/scenario/src/scenario/model/new_address.rs 93.75% 75.00% 75.00% 37.50%
/framework/scenario/src/scenario/model/scenario.rs 95.83% 83.33% 80.00% 40.00%
/framework/scenario/src/scenario/model/step/check_state_step.rs 92.86% 80.00% 80.00% 79.41%
/framework/scenario/src/scenario/model/step/dump_state_step.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/model/step/into_blockchain_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/model/step/sc_call_step.rs 89.58% 86.54% 87.50% 81.98%
/framework/scenario/src/scenario/model/step/sc_deploy_step.rs 73.27% 74.19% 63.16% 63.81%
/framework/scenario/src/scenario/model/step/sc_query_step.rs 69.62% 76.92% 69.23% 64.15%
/framework/scenario/src/scenario/model/step/set_state_step.rs 42.28% 47.06% 47.06% 70.00%
/framework/scenario/src/scenario/model/step/step_enum.rs 97.92% 90.00% 81.82% 40.91%
/framework/scenario/src/scenario/model/step/transfer_step.rs 73.33% 46.67% 54.55% 32.14%
/framework/scenario/src/scenario/model/step/typed_sc_call.rs 26.21% 27.78% 27.78% 53.85%
/framework/scenario/src/scenario/model/step/typed_sc_deploy.rs 18.18% 14.29% 17.65% 30.61%
/framework/scenario/src/scenario/model/step/typed_sc_query.rs 37.10% 35.71% 35.71% 53.45%
/framework/scenario/src/scenario/model/storage_check.rs 76.47% 64.71% 66.67% 33.33%
/framework/scenario/src/scenario/model/storage_details_check.rs 96.77% 88.89% 85.71% 42.86%
/framework/scenario/src/scenario/model/transaction/log.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/model/transaction/log_check.rs 88.89% 50.00% 50.00% 25.00%
/framework/scenario/src/scenario/model/transaction/logs_check.rs 83.33% 68.00% 63.64% 31.82%
/framework/scenario/src/scenario/model/transaction/tx_call.rs 96.84% 81.82% 90.91% 45.45%
/framework/scenario/src/scenario/model/transaction/tx_deploy.rs 80.00% 57.14% 75.00% 37.50%
/framework/scenario/src/scenario/model/transaction/tx_esdt.rs 71.05% 82.35% 71.43% 25.00%
/framework/scenario/src/scenario/model/transaction/tx_expect.rs 77.05% 63.64% 73.33% 52.38%
/framework/scenario/src/scenario/model/transaction/tx_interpret_util.rs 92.86% 80.00% 100.00% 50.00%
/framework/scenario/src/scenario/model/transaction/tx_query.rs 92.59% 77.78% 71.43% 35.71%
/framework/scenario/src/scenario/model/transaction/tx_response.rs 99.06% 89.29% 93.62% 69.23%
/framework/scenario/src/scenario/model/transaction/tx_response_status.rs 20.83% 30.00% 42.86% 16.67%
/framework/scenario/src/scenario/model/transaction/tx_response_utils.rs 50.00% 50.00% 75.00% 37.50%
/framework/scenario/src/scenario/model/transaction/tx_transfer.rs 69.57% 70.00% 62.50% 31.25%
/framework/scenario/src/scenario/model/transaction/tx_validator_reward.rs 86.67% 50.00% 50.00% 25.00%
/framework/scenario/src/scenario/model/transaction/typed_response.rs 92.86% 83.33% 100.00% 80.00%
/framework/scenario/src/scenario/model/value/address_key.rs 66.67% 66.67% 66.67% 37.78%
/framework/scenario/src/scenario/model/value/address_value.rs 73.68% 68.18% 66.67% 36.84%
/framework/scenario/src/scenario/model/value/value_check.rs 96.77% 94.00% 92.31% 65.00%
/framework/scenario/src/scenario/model/value/value_checkable.rs 98.28% 96.77% 100.00% 81.48%
/framework/scenario/src/scenario/model/value/value_key_bytes.rs 90.00% 81.82% 81.82% 40.91%
/framework/scenario/src/scenario/model/value/value_key_u64.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/model/value/value_set_big_uint.rs 83.12% 84.21% 81.25% 43.40%
/framework/scenario/src/scenario/model/value/value_set_bytes.rs 64.37% 59.09% 59.09% 35.42%
/framework/scenario/src/scenario/model/value/value_set_u64.rs 98.55% 90.00% 93.33% 46.67%
/framework/scenario/src/scenario/parse_util.rs 92.86% 75.00% 66.67% 33.33%
/framework/scenario/src/scenario/run_list.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/run_trace/scenario_prettify.rs 65.08% 56.00% 60.00% 30.00%
/framework/scenario/src/scenario/run_trace/scenario_trace.rs 59.18% 61.90% 52.94% 37.50%
/framework/scenario/src/scenario/run_trace/scenario_trace_file.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/run_vm/check_state.rs 92.70% 92.24% 75.00% 37.50%
/framework/scenario/src/scenario/run_vm/sc_call.rs 83.33% 92.86% 87.50% 97.62%
/framework/scenario/src/scenario/run_vm/sc_deploy.rs 98.41% 84.62% 100.00% 83.33%
/framework/scenario/src/scenario/run_vm/sc_query.rs 98.04% 84.62% 100.00% 90.74%
/framework/scenario/src/scenario/run_vm/set_state.rs 99.49% 98.92% 100.00% 50.00%
/framework/scenario/src/scenario/run_vm/transfer.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/scenario/run_vm/tx_input_util.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/scenario/run_vm/tx_output_check.rs 44.71% 63.64% 66.67% 33.33%
/framework/scenario/src/scenario/run_vm/vm_runner.rs 63.04% 36.36% 57.14% 28.57%
/framework/scenario/src/scenario/scenario_runner.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/scenario/tx_to_step/step_annotation.rs 100.00% 100.00% 100.00% 81.25%
/framework/scenario/src/scenario/tx_to_step/step_wrapper.rs 100.00% 100.00% 100.00% 80.00%
/framework/scenario/src/scenario/tx_to_step/tx_to_step_call.rs 98.11% 81.82% 100.00% 76.47%
/framework/scenario/src/scenario/tx_to_step/tx_to_step_deploy.rs 97.44% 81.82% 100.00% 66.67%
/framework/scenario/src/scenario/tx_to_step/tx_to_step_query.rs 91.30% 66.67% 100.00% 73.33%
/framework/scenario/src/scenario/tx_to_step/tx_to_step_transfer.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/standalone/account_tool.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/standalone/scenario_cli.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/test_wallets/mod.rs 0.00% 0.00% 0.00% 0.00%
/framework/scenario/src/vm_go_tool.rs 8.70% 15.00% 50.00% 25.00%
/framework/scenario/src/whitebox_legacy/address_factory.rs 88.89% 88.89% 80.00% 40.00%
/framework/scenario/src/whitebox_legacy/contract_obj_wrapper.rs 80.46% 78.43% 79.31% 77.37%
/framework/scenario/src/whitebox_legacy/mandos_generator.rs 100.00% 100.00% 100.00% 50.00%
/framework/scenario/src/whitebox_legacy/raw_converter.rs 90.35% 86.46% 84.21% 47.62%
/framework/scenario/src/whitebox_legacy/tx_mandos.rs 59.32% 54.55% 54.55% 25.00%
/framework/snippets/src/interactor.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_dns.rs 100.00% 100.00% 100.00% 100.00%
/framework/snippets/src/interactor_retrieve.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_scenario/interactor_sc_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_scenario/interactor_sc_deploy.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_scenario/interactor_sc_extra.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_scenario/interactor_transfer.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_scenario/interactor_vm_query.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_sender.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_exec_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_exec_deploy.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_exec_env.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_exec_transf.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_prepare_async.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_query_call.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/interactor_tx/interactor_query_env.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/multi/homogenous_tx_buffer.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/multi/interactor_multi_sc_exec.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/multi/interactor_multi_sc_process.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/multi/interactor_step.rs 0.00% 0.00% 0.00% 0.00%
/framework/snippets/src/multi/step_buffer.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/blockchain.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/crypto/edwards25519/completed_group_element.rs 100.00% 100.00% 100.00% 50.00%
/sdk/core/src/crypto/edwards25519/extended_group_element.rs 97.26% 91.67% 75.00% 37.50%
/sdk/core/src/crypto/edwards25519/field_element.rs 99.81% 97.78% 94.44% 47.22%
/sdk/core/src/crypto/edwards25519/mod.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/crypto/edwards25519/pre_computed_group_element.rs 93.75% 85.71% 71.43% 35.71%
/sdk/core/src/crypto/edwards25519/projective_group_element.rs 100.00% 100.00% 100.00% 50.00%
/sdk/core/src/crypto/private_key.rs 32.76% 40.00% 36.36% 18.18%
/sdk/core/src/crypto/public_key.rs 33.33% 12.00% 30.00% 15.00%
/sdk/core/src/data/account.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/account_storage.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/address.rs 78.69% 75.00% 69.23% 40.74%
/sdk/core/src/data/esdt.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/hyperblock.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/network_config.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/network_economics.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/network_status.rs 0.00% 0.00% 0.00% 0.00%
/sdk/core/src/data/transaction.rs 8.96% 11.78% 9.23% 5.71%
/sdk/core/src/data/vm.rs 2.78% 0.88% 2.78% 0.49%
/sdk/core/src/utils.rs 50.00% 50.00% 50.00% 16.67%
/sdk/core/src/wallet.rs 76.34% 47.37% 50.00% 25.00%
/sdk/scenario-format/src/interpret_trait.rs 82.61% 71.43% 71.43% 58.33%
/sdk/scenario-format/src/reconstruct_trait.rs 10.00% 25.00% 25.00% 11.11%
/sdk/scenario-format/src/serde_raw/account_data_raw/account_raw.rs 100.00% 29.79% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/account_data_raw/account_raw_check.rs 100.00% 30.00% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/account_data_raw/accounts_raw_check.rs 88.71% 76.47% 75.00% 35.29%
/sdk/scenario-format/src/serde_raw/block_info_raw.rs 100.00% 33.33% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_data_raw_check.rs 100.00% 34.78% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_full_raw.rs 66.67% 29.63% 66.67% 22.73%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_instance_raw_check.rs 100.00% 31.43% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_instances_raw_check.rs 62.00% 55.26% 62.50% 31.25%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_map_contents_raw_check.rs 92.68% 80.00% 75.00% 37.50%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_map_raw_check.rs 80.49% 65.22% 75.00% 37.50%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_raw.rs 90.32% 80.00% 80.00% 40.00%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/esdt_raw_check.rs 90.32% 80.00% 80.00% 40.00%
/sdk/scenario-format/src/serde_raw/esdt_data_raw/instance_raw.rs 66.67% 30.56% 66.67% 22.73%
/sdk/scenario-format/src/serde_raw/log_raw.rs 100.00% 34.78% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/logs_raw.rs 79.07% 71.43% 76.92% 38.46%
/sdk/scenario-format/src/serde_raw/new_address_raw.rs 100.00% 36.84% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/scenario_raw.rs 77.42% 38.71% 83.33% 38.89%
/sdk/scenario-format/src/serde_raw/step_raw.rs 100.00% 10.78% 100.00% 19.62%
/sdk/scenario-format/src/serde_raw/storage_details_raw_check.rs 92.68% 80.00% 75.00% 37.50%
/sdk/scenario-format/src/serde_raw/storage_raw_check.rs 83.33% 61.11% 71.43% 35.71%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_call_raw.rs 100.00% 28.57% 100.00% 23.81%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_deploy_raw.rs 100.00% 29.41% 100.00% 23.81%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_esdt_raw.rs 100.00% 40.00% 100.00% 26.09%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_expect_raw.rs 100.00% 32.26% 100.00% 25.00%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_query_raw.rs 100.00% 38.89% 100.00% 23.81%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_transfer_raw.rs 100.00% 28.57% 100.00% 23.81%
/sdk/scenario-format/src/serde_raw/transaction_raw/tx_validator_reward_raw.rs 100.00% 31.58% 100.00% 23.81%
/sdk/scenario-format/src/serde_raw/value_raw.rs 75.86% 60.29% 78.57% 47.50%
/sdk/scenario-format/src/serde_raw/value_raw_check.rs 75.93% 65.00% 70.00% 33.33%
/sdk/scenario-format/src/serde_raw/value_raw_check_list.rs 63.64% 50.00% 66.67% 33.33%
/sdk/scenario-format/src/value_interpreter/file_loader.rs 92.68% 68.75% 85.71% 34.38%
/sdk/scenario-format/src/value_interpreter/functions.rs 94.23% 88.89% 100.00% 50.00%
/sdk/scenario-format/src/value_interpreter/interpreter.rs 100.00% 100.00% 100.00% 50.00%
/sdk/scenario-format/src/value_interpreter/parse_num.rs 97.37% 95.92% 100.00% 50.00%
/sdk/scenario-format/src/value_interpreter/reconstructor.rs 43.33% 47.92% 44.44% 22.22%
/sdk/scenario-format/src/value_interpreter/vm_identifier.rs 75.00% 50.00% 50.00% 25.00%
/tools/mxpy-snippet-generator/src/cmd_builder.rs 0.00% 0.00% 0.00% 0.00%
/tools/mxpy-snippet-generator/src/helper_types.rs 0.00% 0.00% 0.00% 0.00%
/tools/mxpy-snippet-generator/src/mxpy_snippet_generator.rs 0.00% 0.00% 0.00% 0.00%
/vm/src/crypto_functions.rs 100.00% 100.00% 100.00% 50.00%
/vm/src/display_util.rs 83.33% 85.71% 66.67% 41.67%
/vm/src/mem_conv.rs 100.00% 100.00% 100.00% 63.54%
/vm/src/tx_execution/blockchain_vm.rs 100.00% 100.00% 100.00% 83.33%
/vm/src/tx_execution/builtin_function_mocks/builtin_func_container.rs 99.05% 98.18% 100.00% 8.98%
/vm/src/tx_execution/builtin_function_mocks/builtin_func_trait.rs 75.00% 66.67% 66.67% 33.33%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_local_burn.rs 85.71% 55.56% 50.00% 0.54%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_local_mint.rs 88.64% 60.00% 50.00% 0.54%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_nft_add_quantity_mock.rs 89.80% 60.00% 50.00% 0.54%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_nft_add_uri_mock.rs 90.20% 71.43% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_nft_burn_mock.rs 87.23% 55.56% 50.00% 0.54%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_nft_create_mock.rs 90.54% 63.64% 50.00% 0.36%
/vm/src/tx_execution/builtin_function_mocks/esdt_nft/esdt_nft_update_attriutes_mock.rs 90.00% 71.43% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/general/change_owner_mock.rs 75.86% 71.43% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/general/claim_developer_rewards_mock.rs 82.93% 83.33% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/general/delete_username_mock.rs 75.00% 71.43% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/general/migrate_username_mock.rs 0.00% 0.00% 0.00% 0.00%
/vm/src/tx_execution/builtin_function_mocks/general/set_username_mock.rs 67.57% 66.67% 66.67% 0.54%
/vm/src/tx_execution/builtin_function_mocks/general/upgrade_contract.rs 88.14% 84.21% 75.00% 0.81%
/vm/src/tx_execution/builtin_function_mocks/transfer/esdt_multi_transfer_mock.rs 89.36% 77.78% 80.00% 2.09%
/vm/src/tx_execution/builtin_function_mocks/transfer/esdt_nft_transfer_mock.rs 86.67% 73.91% 80.00% 2.09%
/vm/src/tx_execution/builtin_function_mocks/transfer/esdt_transfer_mock.rs 88.57% 80.95% 80.00% 2.09%
/vm/src/tx_execution/builtin_function_mocks/transfer/transfer_common.rs 100.00% 100.00% 100.00% 3.59%
/vm/src/tx_execution/exec_call.rs 95.73% 86.27% 100.00% 98.30%
/vm/src/tx_execution/exec_contract_endpoint.rs 61.54% 71.43% 60.00% 30.00%
/vm/src/tx_execution/exec_create.rs 100.00% 100.00% 100.00% 84.62%
/vm/src/tx_execution/exec_general_tx.rs 96.06% 96.43% 100.00% 97.51%
/vm/src/tx_execution/system_sc.rs 75.00% 38.81% 100.00% 50.00%
/vm/src/tx_execution/system_sc/system_sc_issue.rs 26.62% 36.59% 56.25% 32.14%
/vm/src/tx_execution/system_sc/system_sc_special_roles.rs 80.00% 83.33% 100.00% 50.00%
/vm/src/tx_execution/system_sc/system_sc_unimplemented.rs 0.00% 0.00% 0.00% 0.00%
/vm/src/tx_mock/blockchain_rng.rs 96.67% 75.00% 75.00% 37.50%
/vm/src/tx_mock/blockchain_update.rs 90.00% 75.00% 100.00% 50.00%
/vm/src/tx_mock/tx_async_call_data.rs 95.96% 87.50% 88.89% 7.83%
/vm/src/tx_mock/tx_async_promise.rs 60.00% 60.00% 33.33% 16.67%
/vm/src/tx_mock/tx_back_transfers.rs 88.00% 81.82% 66.67% 33.33%
/vm/src/tx_mock/tx_cache.rs 86.67% 85.71% 73.68% 1.24%
/vm/src/tx_mock/tx_cache_balance_util.rs 89.19% 86.00% 84.62% 42.31%
/vm/src/tx_mock/tx_cache_source.rs 100.00% 100.00% 100.00% 50.00%
/vm/src/tx_mock/tx_context.rs 80.14% 72.73% 75.00% 39.02%
/vm/src/tx_mock/tx_context_ref.rs 34.21% 33.33% 33.33% 16.67%
/vm/src/tx_mock/tx_context_stack.rs 97.78% 93.33% 90.91% 97.32%
/vm/src/tx_mock/tx_input.rs 69.64% 72.41% 53.33% 22.05%
/vm/src/tx_mock/tx_input_call_type.rs 87.50% 78.57% 60.00% 30.00%
/vm/src/tx_mock/tx_input_function.rs 88.64% 81.25% 81.25% 26.36%
/vm/src/tx_mock/tx_log.rs 50.00% 50.00% 50.00% 25.00%
/vm/src/tx_mock/tx_managed_types.rs 91.67% 66.67% 66.67% 50.00%
/vm/src/tx_mock/tx_managed_types/handle_map.rs 81.82% 63.64% 55.56% 61.36%
/vm/src/tx_mock/tx_managed_types/tx_big_float.rs 100.00% 100.00% 100.00% 50.00%
/vm/src/tx_mock/tx_managed_types/tx_big_int.rs 94.74% 89.66% 100.00% 65.00%
/vm/src/tx_mock/tx_managed_types/tx_managed_buffer.rs 98.73% 96.49% 100.00% 73.43%
/vm/src/tx_mock/tx_managed_types/tx_managed_map.rs 100.00% 100.00% 100.00% 50.00%
/vm/src/tx_mock/tx_panic.rs 85.71% 60.00% 60.00% 30.00%
/vm/src/tx_mock/tx_result.rs 56.36% 51.52% 50.00% 18.37%
/vm/src/tx_mock/tx_result_calls.rs 83.33% 71.43% 60.00% 13.04%
/vm/src/types.rs 100.00% 100.00% 100.00% 50.00%
/vm/src/types/vm_address.rs 75.00% 70.37% 68.00% 34.81%
/vm/src/types/vm_code_metadata.rs 87.23% 94.64% 86.96% 65.96%
/vm/src/types/vm_esdt_local_role.rs 50.68% 47.76% 55.56% 6.09%
/vm/src/types/vm_esdt_local_role_flags.rs 64.91% 88.89% 80.00% 50.00%
/vm/src/types/vm_h256.rs 67.35% 66.67% 66.67% 33.56%
/vm/src/types/vm_token_type.rs 0.00% 0.00% 0.00% 0.00%
/vm/src/vm_hooks/vh_dispatcher.rs 48.19% 50.00% 47.29% 19.58%
/vm/src/vm_hooks/vh_handler/vh_blockchain.rs 94.01% 90.00% 96.67% 6.53%
/vm/src/vm_hooks/vh_handler/vh_call_value.rs 100.00% 100.00% 100.00% 49.75%
/vm/src/vm_hooks/vh_handler/vh_crypto.rs 100.00% 100.00% 100.00% 1.67%
/vm/src/vm_hooks/vh_handler/vh_endpoint_arg.rs 87.88% 95.24% 83.33% 32.67%
/vm/src/vm_hooks/vh_handler/vh_endpoint_finish.rs 100.00% 100.00% 100.00% 19.50%
/vm/src/vm_hooks/vh_handler/vh_error.rs 100.00% 100.00% 100.00% 21.50%
/vm/src/vm_hooks/vh_handler/vh_log.rs 100.00% 100.00% 100.00% 21.00%
/vm/src/vm_hooks/vh_handler/vh_managed_types.rs 100.00% 100.00% 100.00% 25.00%
/vm/src/vm_hooks/vh_handler/vh_managed_types/vh_big_float.rs 64.60% 59.62% 62.50% 0.59%
/vm/src/vm_hooks/vh_handler/vh_managed_types/vh_big_int.rs 81.00% 76.92% 73.68% 10.85%
/vm/src/vm_hooks/vh_handler/vh_managed_types/vh_managed_buffer.rs 96.43% 96.43% 92.31% 46.23%
/vm/src/vm_hooks/vh_handler/vh_managed_types/vh_managed_map.rs 100.00% 100.00% 100.00% 1.00%
/vm/src/vm_hooks/vh_handler/vh_send.rs 97.67% 87.10% 93.75% 9.25%
/vm/src/vm_hooks/vh_handler/vh_storage.rs 100.00% 100.00% 100.00% 52.00%
/vm/src/vm_hooks/vh_impl/vh_debug_api.rs 98.58% 94.83% 92.86% 18.57%
/vm/src/vm_hooks/vh_impl/vh_single_tx_api.rs 45.36% 48.28% 46.15% 27.55%
/vm/src/vm_hooks/vh_impl/vh_static_api.rs 14.06% 20.00% 20.00% 9.09%
/vm/src/vm_hooks/vh_source.rs 100.00% 100.00% 100.00% 38.66%
/vm/src/with_shared/shareable.rs 90.59% 88.46% 100.00% 99.57%
/vm/src/with_shared/with_shared_mut_ref.rs 89.66% 94.44% 100.00% 92.31%
/vm/src/world_mock/account_data.rs 31.25% 25.00% 50.00% 33.33%
/vm/src/world_mock/block_info.rs 85.71% 50.00% 50.00% 10.00%
/vm/src/world_mock/blockchain_mock.rs 42.86% 33.33% 33.33% 16.67%
/vm/src/world_mock/blockchain_mock_account_util.rs 87.04% 72.22% 87.50% 43.75%
/vm/src/world_mock/blockchain_state.rs 54.55% 68.00% 50.00% 25.00%
/vm/src/world_mock/esdt_data.rs 61.38% 61.54% 67.65% 35.71%
/vm/src/world_mock/esdt_instance.rs 55.00% 50.00% 50.00% 25.00%
/vm/src/world_mock/esdt_instance_metadata.rs 66.67% 66.67% 66.67% 15.00%
/vm/src/world_mock/esdt_instances.rs 63.48% 64.44% 85.00% 43.90%
/vm/src/world_mock/esdt_roles.rs 57.89% 38.46% 71.43% 40.00%
/vm/src/world_mock/failing_executor.rs 0.00% 0.00% 0.00% 0.00%

Copy link

Contract comparison - from ed4a4a8 to c30b831

Path聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽size 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽has-allocator 聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽聽has-format
mx-sdk-rs/contracts/benchmarks
- large-storage/large-storage.wasm 2126 No No
- send-tx-repeat/send-tx-repeat.wasm 901 No No
- str-repeat
- - str-repeat.wasm 2144 No No
- - str-repeat-mb-builder-basic.wasm 756 No No
- - str-repeat-mb-builder-cached.wasm 1133 No No
mx-sdk-rs/contracts/benchmarks/mappers
- linked-list-repeat/linked-list-repeat.wasm 6302 No No
- map-repeat/map-repeat.wasm 6953 No No
- queue-repeat/queue-repeat.wasm 5582 No No
- set-repeat/set-repeat.wasm 6692 No No
- single-value-repeat/single-value-repeat.wasm 4200 No No
- vec-repeat/vec-repeat.wasm 5024 No No
mx-sdk-rs/contracts/core
- price-aggregator/multiversx-price-aggregator-sc.wasm 19275 No No
- wegld-swap/multiversx-wegld-swap-sc.wasm 3480 No No
mx-sdk-rs/contracts/examples
- adder/adder.wasm 696 No No
- bonding-curve-contract/bonding-curve-contract.wasm 14715 鉃★笍 14711 馃煝 No No
- check-pause/check-pause.wasm 1120 No No
- crowdfunding-esdt/crowdfunding-esdt.wasm 3900 No No
- crypto-bubbles/crypto-bubbles.wasm 2350 No No
- crypto-zombies/crypto-zombies.wasm 9959 No No
- digital-cash/digital-cash.wasm 10101 No No
- empty/empty.wasm 241 No No
- esdt-transfer-with-fee/esdt-transfer-with-fee.wasm 7689 No No
- factorial/factorial.wasm 576 No No
- fractional-nfts/fractional-nfts.wasm 8368 No No
- lottery-esdt/lottery-esdt.wasm 10801 No No
- multisig
- - multisig.wasm 13967 鉃★笍 14026 馃敶 No No
- - multisig-full.wasm 15555 鉃★笍 15614 馃敶 No No
- - multisig-view.wasm 6159 No No
- nft-minter/nft-minter.wasm 10169 鉃★笍 10252 馃敶 No No
- nft-storage-prepay/nft-storage-prepay.wasm 2295 No No
- nft-subscription/nft-subscription.wasm 8650 鉃★笍 8733 馃敶 No No
- ping-pong-egld/ping-pong-egld.wasm 5925 No No
- proxy-pause/proxy-pause.wasm 4625 鉃★笍 4621 馃煝 No No
- rewards-distribution/rewards-distribution.wasm 10898 鉃★笍 10886 馃煝 No No
- seed-nft-minter/seed-nft-minter.wasm 15331 鉃★笍 15414 馃敶 No No
- token-release/token-release.wasm 7666 No No
mx-sdk-rs/contracts/examples/crypto-kitties
- kitty-auction/kitty-auction.wasm 10047 No No
- kitty-genetic-alg/kitty-genetic-alg.wasm 3075 No No
- kitty-ownership/kitty-ownership.wasm 12496 No No
mx-sdk-rs/contracts/examples/order-book
- factory/order-book-factory.wasm 3714 No No
- pair/order-book-pair.wasm 15274 No No
mx-sdk-rs/contracts/feature-tests
- abi-tester
- - abi-tester.wasm 7028 No No
- - abi-tester-ev.wasm 757 No No
- alloc-features
- - alloc-features.wasm 18510 No Yes
- - alloc-mem-fail.wasm 14811 No Yes
- - alloc-mem-leaking.wasm 18633 No Yes
- basic-features
- - basic-features.wasm 62350 鉃★笍 62434 馃敶 No No
- - basic-features-storage-bytes.wasm 538 No No
- big-float-features/big-float-features.wasm 5154 No No
- esdt-system-sc-mock/esdt-system-sc-mock.wasm 3730 鉃★笍 3736 馃敶 No No
- exchange-features/exchange-features.wasm 1559 No No
- formatted-message-features/formatted-message-features.wasm 3187 No No
- managed-map-features/managed-map-features.wasm 1230 No No
- multi-contract-features
- - multi-contract-alt-impl.wasm 360 No No
- - multi-contract-example-feature.wasm 677 No No
- - multi-contract-features.wasm 678 No No
- - multi-contract-features-view.wasm 1115 No No
- panic-message-features/panic-message-features.wasm 3409 No Yes
- payable-features/payable-features.wasm 4536 No No
- rust-snippets-generator-test/rust-snippets-generator-test.wasm 4930 No No
- rust-testing-framework-tester/rust-testing-framework-tester.wasm 8441 No No
- scenario-tester/scenario-tester.wasm 696 No No
- use-module
- - use-module.wasm 33224 鉃★笍 33322 馃敶 No Yes
- - use-module-view.wasm 733 No No
mx-sdk-rs/contracts/feature-tests/composability
- builtin-func-features/builtin-func-features.wasm 1119 No No
- forwarder/forwarder.wasm 31673 鉃★笍 31605 馃煝 No No
- forwarder-legacy/forwarder-legacy.wasm 32275 鉃★笍 32232 馃煝 No No
- forwarder-queue
- - forwarder-queue.wasm 11971 鉃★笍 12040 馃敶 No No
- - forwarder-queue-promises.wasm 12917 鉃★笍 12968 馃敶 No No
- forwarder-raw
- - forwarder-raw.wasm 14941 鉃★笍 14932 馃煝 No No
- - forwarder-raw-init-async-call.wasm 2998 No No
- - forwarder-raw-init-sync-call.wasm 3161 No No
- local-esdt-and-nft/local-esdt-and-nft.wasm 11792 鉃★笍 11882 馃敶 No No
- promises-features/promises-features.wasm 13296 鉃★笍 13137 馃煝 No No
- proxy-test-first/proxy-test-first.wasm 6003 鉃★笍 6062 馃敶 No No
- proxy-test-second/proxy-test-second.wasm 1951 No No
- recursive-caller/recursive-caller.wasm 5489 鉃★笍 5477 馃煝 No No
- transfer-role-features/transfer-role-features.wasm 8736 鉃★笍 8757 馃敶 No No
- vault
- - vault.wasm 7893 No No
- - vault-promises.wasm 8750 No No
- - vault-upgrade.wasm 700 No No
mx-sdk-rs/contracts/feature-tests/composability/esdt-contract-pair
- first-contract/first-contract.wasm 2723 No No
- second-contract/second-contract.wasm 1355 No No
mx-sdk-rs/contracts/feature-tests/composability/execute-on-dest-esdt-issue-callback
- child/child.wasm 3999 鉃★笍 4082 馃敶 No No
- parent/parent.wasm 1654 鉃★笍 1646 馃煝 No No
mx-sdk-rs/contracts/feature-tests/erc-style-contracts
- crowdfunding-erc20/crowdfunding-erc20.wasm 5296 No No
- erc1155/erc1155.wasm 12051 No No
- erc1155-marketplace/erc1155-marketplace.wasm 11057 No No
- erc1155-user-mock/erc1155-user-mock.wasm 1369 No No
- erc20/erc20.wasm 2129 No No
- erc721/erc721.wasm 2492 No No
- lottery-erc20/lottery-erc20.wasm 12395 No No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant